Skip to content

Commit

Permalink
fix(external-crates): remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriyr committed Dec 23, 2024
1 parent 15f8373 commit 09212d4
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

4 changes: 0 additions & 4 deletions external-crates/move/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 @@ -8,7 +8,6 @@ publish = false
description = "Move bytecode verifier tests"

[dev-dependencies]
fail = { workspace = true, features = ["failpoints"] }
hex.workspace = true
petgraph.workspace = true
proptest.workspace = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ publish = false
description = "Move bytecode verifier tests"

[dev-dependencies]
fail = { workspace = true, features = ["failpoints"] }
hex.workspace = true
petgraph.workspace = true

Expand Down
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"] }
1 change: 0 additions & 1 deletion external-crates/move/crates/move-trace-format/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ description = "Move Trace Format"
[dependencies]
anyhow.workspace = true
arbitrary = { workspace = true, optional = true, features = ["derive"] }
enum-compat-util.workspace = true
move-binary-format.workspace = true
move-core-types.workspace = true
move-proc-macros.workspace = true
Expand Down

0 comments on commit 09212d4

Please sign in to comment.