Skip to content

Commit

Permalink
Remove unused dependencies in Cranelift;
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr authored and abrown committed Jun 22, 2020
1 parent f4e3e4e commit 60ac091
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion cranelift/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ cranelift = { path = "umbrella", version = "0.65.0" }
filecheck = "0.5.0"
clap = "2.32.0"
log = "0.4.8"
serde = "1.0.8"
term = "0.6.1"
capstone = { version = "0.6.0", optional = true }
wat = { version = "1.0.18", optional = true }
Expand Down
1 change: 0 additions & 1 deletion cranelift/filetests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ gimli = { version = "0.21.0", default-features = false, features = ["read"] }
log = "0.4.6"
memmap = "0.7.0"
num_cpus = "1.8.0"
region = "2.1.2"
target-lexicon = "0.10"
thiserror = "1.0.15"

Expand Down
2 changes: 0 additions & 2 deletions cranelift/interpreter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ cranelift-reader = { path = "../reader", version = "0.65.0" }
hashbrown = { version = "0.7.1", optional = true }
log = { version = "0.4.8", default-features = false }
thiserror = "1.0.15"
walkdir = "2.3.1"
pretty_env_logger = "0.4.0"

[dev-dependencies]
cranelift-frontend = { path = "../frontend", version = "0.65.0" }
Expand Down

0 comments on commit 60ac091

Please sign in to comment.