We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ae5955 commit b763443Copy full SHA for b763443
Cargo.toml
@@ -10,7 +10,7 @@ edition = "2021"
10
rust-version = "1.65.0"
11
12
[workspace.dependencies]
13
-arbitrary = "1"
+arbitrary = { version = "1", features = ["derive"] }
14
byteorder = "1"
15
rand = "0.8"
16
tracing = "0.1"
fuzz/Cargo.toml
@@ -10,7 +10,7 @@ edition.workspace = true
cargo-fuzz = true
[dependencies]
-arbitrary = { workspace = true, features = ["derive"] }
+arbitrary.workspace = true
libfuzzer-sys = "0.4"
tracing.workspace = true
tracing-subscriber = { version = "0.3", features = ["env-filter"]}
0 commit comments