From 041659b2f22332083ed325573c9ba6a7a2fc8204 Mon Sep 17 00:00:00 2001 From: Thelie Date: Sun, 27 Mar 2022 16:35:22 +0200 Subject: [PATCH] Rectified typo in cargo file. --- 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 5e87cbd..daf21fa 100644 --- a/sing_parse/Cargo.toml +++ b/sing_parse/Cargo.toml @@ -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"] } \ No newline at end of file