Skip to content

Commit

Permalink
Add version number to published sauron-parse for sauron-node-macro (T…
Browse files Browse the repository at this point in the history
…his is very inconvenient for each relase)
  • Loading branch information
ivanceras committed Aug 15, 2021
1 parent e23ee4b commit 10016e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/sauron-node-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "../../"}
Expand Down

0 comments on commit 10016e7

Please sign in to comment.