mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-04-25 03:02:15 +00:00
repair damage done by public script
This commit is contained in:
parent
f0e0c2a91c
commit
149bfdbb00
@ -5,7 +5,7 @@ authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
|||||||
build = "build.rs" # <-- We added this and everything after!
|
build = "build.rs" # <-- We added this and everything after!
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
version = "0.9.0"
|
lalrpop = "0.9.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
version = "0.9.0"
|
lalrpop-util = "0.9.0"
|
||||||
|
@ -152,10 +152,10 @@ authors = ["Niko Matsakis <niko@alum.mit.edu>"]
|
|||||||
build = "build.rs" # <-- We added this and everything after!
|
build = "build.rs" # <-- We added this and everything after!
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
version = "0.9.0"
|
lalrpop = "0.9.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
version = "0.9.0"
|
lalrpop-util = "0.9.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
Adding a `build` directive to the `[package]` section tells Cargo to
|
Adding a `build` directive to the `[package]` section tells Cargo to
|
||||||
|
Loading…
x
Reference in New Issue
Block a user