Changed another Cargo.toml for the same reason.
This commit is contained in:
parent
d491d441af
commit
0110d6677e
1 changed files with 1 additions and 1 deletions
|
@ -17,5 +17,5 @@ syn = "1"
|
|||
regex = "1"
|
||||
lalrpop-util = "0.19"
|
||||
lalrpop = "0.19"
|
||||
sing_util = { path = "../sing_util" }
|
||||
sing_util = { version = "1.0", path = "../sing_util" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
Loading…
Reference in a new issue