Skip to content

Commit b9ba45f

Browse files
authored
[move] Remove unused dependency from move-trace-format's manifest (#21130)
## Description What the title says
1 parent 4d6cc2e commit b9ba45f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

external-crates/move/Cargo.lock

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

external-crates/move/crates/move-trace-format/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ref-cast.workspace = true
1414
variant_count.workspace = true
1515
move-core-types.workspace = true
1616
serde.workspace = true
17-
arbitrary = { workspace = true, optional = true, features = ["derive"] }
1817
enum-compat-util.workspace = true
1918
move-proc-macros.workspace = true
2019
move-binary-format.workspace = true
@@ -30,5 +29,5 @@ move-core-types = { workspace = true, features = ["fuzzing" ] }
3029

3130
[features]
3231
default = []
33-
fuzzing = ["proptest", "proptest-derive", "arbitrary", "move-core-types/fuzzing"]
32+
fuzzing = ["proptest", "proptest-derive", "move-core-types/fuzzing"]
3433
wasm = ["getrandom"]

0 commit comments

Comments
 (0)