Skip to content

Commit

Permalink
Merge pull request #212 from maurer/semver
Browse files Browse the repository at this point in the history
Require exact version of `arbitrary-derive`
  • Loading branch information
Manishearth authored Jan 7, 2025
2 parents 65d54d8 + 9d1c7ae commit cc27054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ documentation = "https://docs.rs/arbitrary/"
rust-version = "1.63.0" # Keep in sync with version documented in the README.md

[dependencies]
derive_arbitrary = { version = "1.4.0", path = "./derive", optional = true }
derive_arbitrary = { version = "~1.4.0", path = "./derive", optional = true }

[features]
# Turn this feature on to enable support for `#[derive(Arbitrary)]`.
Expand Down

0 comments on commit cc27054

Please sign in to comment.