mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-05-02 14:22:15 +00:00
update version numbers to 0.12.3
This commit is contained in:
parent
5841facb69
commit
9b4d5d588d
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lalrpop-intern"
|
name = "lalrpop-intern"
|
||||||
version = "0.12.2" # LALRPOP
|
version = "0.12.3" # LALRPOP
|
||||||
description = "Simple string interner used by LALRPOP"
|
description = "Simple string interner used by LALRPOP"
|
||||||
repository = "https://github.com/nikomatsakis/lalrpop"
|
repository = "https://github.com/nikomatsakis/lalrpop"
|
||||||
license = "Apache-2.0/MIT"
|
license = "Apache-2.0/MIT"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lalrpop-snap"
|
name = "lalrpop-snap"
|
||||||
version = "0.12.2" # LALRPOP
|
version = "0.12.3" # LALRPOP
|
||||||
description = "snapshot of LALRPOP for use in bootstrapping"
|
description = "snapshot of LALRPOP for use in bootstrapping"
|
||||||
repository = "https://github.com/nikomatsakis/lalrpop"
|
repository = "https://github.com/nikomatsakis/lalrpop"
|
||||||
license = "Apache-2.0/MIT"
|
license = "Apache-2.0/MIT"
|
||||||
@ -27,8 +27,8 @@ rand = "0.3"
|
|||||||
|
|
||||||
[dependencies.lalrpop-util]
|
[dependencies.lalrpop-util]
|
||||||
path = "../lalrpop-util"
|
path = "../lalrpop-util"
|
||||||
version = "0.12.2" # LALRPOP
|
version = "0.12.3" # LALRPOP
|
||||||
|
|
||||||
[dependencies.lalrpop-intern]
|
[dependencies.lalrpop-intern]
|
||||||
path = "../lalrpop-intern"
|
path = "../lalrpop-intern"
|
||||||
version = "0.12.2" # LALRPOP
|
version = "0.12.3" # LALRPOP
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lalrpop-test"
|
name = "lalrpop-test"
|
||||||
version = "0.12.2" # LALRPOP
|
version = "0.12.3" # LALRPOP
|
||||||
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
||||||
license = "Apache-2.0/MIT"
|
license = "Apache-2.0/MIT"
|
||||||
build = "build.rs"
|
build = "build.rs"
|
||||||
|
@ -3,6 +3,6 @@ name = "lalrpop-util"
|
|||||||
description = "Runtime library for parsers generated by LALRPOP"
|
description = "Runtime library for parsers generated by LALRPOP"
|
||||||
repository = "https://github.com/nikomatsakis/lalrpop"
|
repository = "https://github.com/nikomatsakis/lalrpop"
|
||||||
license = "Apache-2.0/MIT"
|
license = "Apache-2.0/MIT"
|
||||||
version = "0.12.2" # LALRPOP
|
version = "0.12.3" # LALRPOP
|
||||||
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
||||||
workspace = ".."
|
workspace = ".."
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "lalrpop"
|
name = "lalrpop"
|
||||||
version = "0.12.2" # LALRPOP
|
version = "0.12.3" # LALRPOP
|
||||||
description = "convenient LR(1) parser generator"
|
description = "convenient LR(1) parser generator"
|
||||||
repository = "https://github.com/nikomatsakis/lalrpop"
|
repository = "https://github.com/nikomatsakis/lalrpop"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
@ -32,12 +32,12 @@ rand = "0.3"
|
|||||||
|
|
||||||
[dependencies.lalrpop-util]
|
[dependencies.lalrpop-util]
|
||||||
path = "../lalrpop-util"
|
path = "../lalrpop-util"
|
||||||
version = "0.12.2" # LALRPOP
|
version = "0.12.3" # LALRPOP
|
||||||
|
|
||||||
[dependencies.lalrpop-intern]
|
[dependencies.lalrpop-intern]
|
||||||
path = "../lalrpop-intern"
|
path = "../lalrpop-intern"
|
||||||
version = "0.12.2" # LALRPOP
|
version = "0.12.3" # LALRPOP
|
||||||
|
|
||||||
[build-dependencies.lalrpop-snap]
|
[build-dependencies.lalrpop-snap]
|
||||||
path = "../lalrpop-snap"
|
path = "../lalrpop-snap"
|
||||||
version = "0.12.2" # LALRPOP
|
version = "0.12.3" # LALRPOP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user