From 10016e7a898c2dfbc3cea16c8b1708d8abfb6bef Mon Sep 17 00:00:00 2001 From: Jovansonlee Cesar Date: Sun, 15 Aug 2021 21:13:17 +0800 Subject: [PATCH] Add version number to published sauron-parse for sauron-node-macro (This is very inconvenient for each relase) --- crates/sauron-node-macro/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sauron-node-macro/Cargo.toml b/crates/sauron-node-macro/Cargo.toml index 0ea3b341e..1ab48e649 100644 --- a/crates/sauron-node-macro/Cargo.toml +++ b/crates/sauron-node-macro/Cargo.toml @@ -15,7 +15,7 @@ syn = { version = "1", features = ["full"] } syn-rsx = { version = "0.8" } quote = {package = "quote", version = "1.0.3"} proc-macro2 = { version = "1" } -sauron-parse = { path = "../sauron-parse" } +sauron-parse = { path = "../sauron-parse", version = "0.40" } [dev-dependencies] sauron = { path = "../../"}