mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-16 17:00:53 +00:00
update version strings in README.md and doc/tutorial.md to 0.14.0
This commit is contained in:
parent
84a49aec05
commit
71df807949
@ -69,10 +69,10 @@ version = "0.2.0"
|
||||
|
||||
# Add a dependency on the LALRPOP runtime library:
|
||||
[dependencies.lalrpop-util]
|
||||
version = "0.13.1"
|
||||
version = "0.14.0"
|
||||
|
||||
[build-dependencies.lalrpop]
|
||||
version = "0.13.1"
|
||||
version = "0.14.0"
|
||||
```
|
||||
|
||||
And create a `build.rs` file that looks like:
|
||||
|
@ -151,15 +151,15 @@ look something like:
|
||||
```
|
||||
[package]
|
||||
name = "calculator"
|
||||
version = "0.13.1"
|
||||
version = "0.14.0"
|
||||
authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
||||
build = "build.rs" # <-- We added this and everything after!
|
||||
|
||||
[build-dependencies]
|
||||
lalrpop = "0.13.1"
|
||||
lalrpop = "0.14.0"
|
||||
|
||||
[dependencies]
|
||||
lalrpop-util = "0.13.1"
|
||||
lalrpop-util = "0.14.0"
|
||||
regex = "0.2.1"
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user