Skip to content

Commit cc27054

Browse files
authored
Merge pull request #212 from maurer/semver
Require exact version of `arbitrary-derive`
2 parents 65d54d8 + 9d1c7ae commit cc27054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ documentation = "https://docs.rs/arbitrary/"
2020
rust-version = "1.63.0" # Keep in sync with version documented in the README.md
2121

2222
[dependencies]
23-
derive_arbitrary = { version = "1.4.0", path = "./derive", optional = true }
23+
derive_arbitrary = { version = "~1.4.0", path = "./derive", optional = true }
2424

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

0 commit comments

Comments
 (0)