We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65d54d8 + 9d1c7ae commit cc27054Copy full SHA for cc27054
Cargo.toml
@@ -20,7 +20,7 @@ documentation = "https://docs.rs/arbitrary/"
20
rust-version = "1.63.0" # Keep in sync with version documented in the README.md
21
22
[dependencies]
23
-derive_arbitrary = { version = "1.4.0", path = "./derive", optional = true }
+derive_arbitrary = { version = "~1.4.0", path = "./derive", optional = true }
24
25
[features]
26
# Turn this feature on to enable support for `#[derive(Arbitrary)]`.
0 commit comments