Skip to content

Commit

Permalink
Remove unused deps for CLI (#9531)
Browse files Browse the repository at this point in the history
  • Loading branch information
banool authored Aug 12, 2023
1 parent 97858e5 commit 49ee59e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions Cargo.lock

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

6 changes: 0 additions & 6 deletions crates/aptos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ aptos-cached-packages = { workspace = true }
aptos-cli-common = { workspace = true }
aptos-config = { workspace = true }
aptos-crypto = { workspace = true }
aptos-db-tool = { workspace = true }
aptos-debugger = { workspace = true }
aptos-faucet-core = { workspace = true }
aptos-framework = { workspace = true }
Expand Down Expand Up @@ -63,11 +62,8 @@ move-compiler = { workspace = true }
move-core-types = { workspace = true }
move-coverage = { workspace = true }
move-disassembler = { workspace = true }
move-ir-compiler = { workspace = true }
move-ir-types = { workspace = true }
move-package = { workspace = true }
move-prover = { workspace = true }
move-prover-boogie-backend = { workspace = true }
move-symbol-pool = { workspace = true }
move-unit-test = { workspace = true, features = [ "debugging" ] }
move-vm-runtime = { workspace = true, features = [ "testing" ] }
Expand All @@ -79,12 +75,10 @@ self_update = { version = "0.34.0", features = ["archive-zip", "compression-zip-
serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml = { workspace = true }
shadow-rs = { workspace = true }
tempfile = { workspace = true }
termcolor = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true }
tokio-util = { workspace = true }
toml = { workspace = true }
walkdir = { workspace = true }

Expand Down

0 comments on commit 49ee59e

Please sign in to comment.