From 0110d6677e94519336cdf44a1af6dc8a9c48183e Mon Sep 17 00:00:00 2001 From: Thelie Date: Sun, 27 Mar 2022 16:11:08 +0200 Subject: [PATCH] Changed another Cargo.toml for the same reason. --- sing_parse/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sing_parse/Cargo.toml b/sing_parse/Cargo.toml index cb35cd0..41b62bc 100644 --- a/sing_parse/Cargo.toml +++ b/sing_parse/Cargo.toml @@ -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"] } \ No newline at end of file