From d491d441afb6c58fda84856615ad236a218f2993 Mon Sep 17 00:00:00 2001 From: Thelie Date: Sun, 27 Mar 2022 16:10:03 +0200 Subject: [PATCH] Edited Cargo.toml to play well with crates.io --- sing_macros/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sing_macros/Cargo.toml b/sing_macros/Cargo.toml index abfae0a..48e63f4 100644 --- a/sing_macros/Cargo.toml +++ b/sing_macros/Cargo.toml @@ -9,8 +9,8 @@ edition = "2021" proc-macro = true [dependencies] -sing_util = { path = "../sing_util" } -sing_parse = {path = "../sing_parse" } +sing_util = { version = "0.1", path = "../sing_util" } +sing_parse = { version = "0.1", path = "../sing_parse" } proc-macro2 = "1.0" ron = "0.7" rand = "0.7"