Rectified typo in cargo file.

This commit is contained in:
Thelie 2022-03-27 16:35:22 +02:00
parent fcf1d6893a
commit 041659b2f2

View file

@ -21,5 +21,5 @@ syn = "1"
regex = "1"
lalrpop-util = "0.19"
lalrpop = "0.19"
sing_util = { version = "1.0", path = "../sing_util" }
sing_util = { version = "0.1", path = "../sing_util" }
serde = { version = "1.0", features = ["derive"] }