Skip to content

Commit

Permalink
Add missing version
Browse files Browse the repository at this point in the history
  • Loading branch information
diondokter committed Nov 10, 2024
1 parent 69dfd4c commit f2026df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ proc-macro2 = "1.0.70"
quote = "1.0.33"
syn = { version = "2.0", features = ["extra-traits"] }
bitvec = "1.0.1"
dd-manifest-tree = { path = "../dd-manifest-tree", optional = true, default-features = false }
dd-manifest-tree = { version = "1.0.0-rc.0", path = "../dd-manifest-tree", optional = true, default-features = false }

[dev-dependencies]
prettyplease = "0.2.15"
Expand Down

0 comments on commit f2026df

Please sign in to comment.