Skip to content

Commit

Permalink
do external udeps
Browse files Browse the repository at this point in the history
  • Loading branch information
DaughterOfMars committed Aug 12, 2024
1 parent e40a629 commit 765395c
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 24 deletions.
3 changes: 0 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ repository = "https://github.com/diem/diem"
description = "Diem bytecode verifier tests"

[dev-dependencies]
fail = { workspace = true, features = ["failpoints"] }
hex.workspace = true
petgraph.workspace = true
proptest.workspace = true
Expand All @@ -23,5 +22,3 @@ move-vm-config.workspace = true

[features]
fuzzing = ["move-binary-format/fuzzing"]

[dependencies]
1 change: 0 additions & 1 deletion external-crates/move/crates/move-binary-format/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ getrandom = { workspace = true, features = ["js"], optional = true }
move-core-types = { workspace = true, features = ["fuzzing"] }
proptest.workspace = true
proptest-derive.workspace = true
serde_json.workspace = true

[features]
default = []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ move-vm-config.workspace = true

[dev-dependencies]
hex-literal.workspace = true
invalid-mutations.workspace = true

[features]
default = []
1 change: 0 additions & 1 deletion external-crates/move/crates/move-proc-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@ publish = false
proc-macro = true

[dependencies]
enum-compat-util.workspace = true
quote.workspace = true
syn = { version = "2", features = ["full", "fold", "extra-traits"] }
6 changes: 3 additions & 3 deletions external-crates/move/crates/move-vm-profiler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ publish = false
[dependencies]
once_cell.workspace = true
serde.workspace = true
serde_json.workspace = true
tracing.workspace = true
serde_json = { workspace = true, optional = true }
tracing = { workspace = true, optional = true }

move-vm-config.workspace = true

[features]
gas-profiler = ["move-vm-config/gas-profiler"]
gas-profiler = ["move-vm-config/gas-profiler", "serde_json", "tracing"]
4 changes: 0 additions & 4 deletions external-crates/move/crates/move-vm-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ better_any.workspace = true
fail.workspace = true
once_cell.workspace = true
parking_lot.workspace = true
sha3.workspace = true
smallvec.workspace = true
tracing.workspace = true

Expand All @@ -28,9 +27,6 @@ move-vm-types.workspace = true
[dev-dependencies]
anyhow.workspace = true
hex.workspace = true
move-compiler.workspace = true
move-ir-compiler.workspace = true
proptest.workspace = true

[features]
default = []
Expand Down
3 changes: 0 additions & 3 deletions external-crates/move/crates/move-vm-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ move-binary-format.workspace = true
move-core-types.workspace = true
move-vm-profiler.workspace = true

[dev-dependencies]
proptest.workspace = true

[features]
default = []
fuzzing = ["proptest", "move-binary-format/fuzzing"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ move-vm-config.workspace = true

[dev-dependencies]
hex-literal.workspace = true
invalid-mutations.workspace = true

[features]
default = []
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ better_any.workspace = true
fail.workspace = true
once_cell.workspace = true
parking_lot.workspace = true
sha3.workspace = true
smallvec.workspace = true
tracing.workspace = true

Expand All @@ -28,9 +27,6 @@ move-vm-types.workspace = true
[dev-dependencies]
anyhow.workspace = true
hex.workspace = true
move-compiler.workspace = true
move-ir-compiler.workspace = true
proptest.workspace = true

[features]
default = []
Expand Down

0 comments on commit 765395c

Please sign in to comment.