Skip to content

Commit 10016e7

Browse files
committed
Add version number to published sauron-parse for sauron-node-macro (This is very inconvenient for each relase)
1 parent e23ee4b commit 10016e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/sauron-node-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ syn = { version = "1", features = ["full"] }
1515
syn-rsx = { version = "0.8" }
1616
quote = {package = "quote", version = "1.0.3"}
1717
proc-macro2 = { version = "1" }
18-
sauron-parse = { path = "../sauron-parse" }
18+
sauron-parse = { path = "../sauron-parse", version = "0.40" }
1919

2020
[dev-dependencies]
2121
sauron = { path = "../../"}

0 commit comments

Comments
 (0)