Changed another Cargo.toml for the same reason.

This commit is contained in:
Thelie 2022-03-27 16:11:08 +02:00
parent d491d441af
commit 0110d6677e

View file

@ -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"] }