diff --git a/Cargo.toml b/Cargo.toml index c2c6468..7902497 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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)]`.