Skip to content

Commit

Permalink
Specify version on macro dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
paupino committed Jul 29, 2023
1 parent 67efda9 commit 29d3e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ categories = ["science","data-structures"]
license = "MIT"

[dependencies]
rust_decimal = { path = "..", default-features = false }
rust_decimal = { path = "..", version = "1.31", default-features = false }
quote = "1.0"

[dev-dependencies]
Expand Down

0 comments on commit 29d3e2e

Please sign in to comment.