Remove unused dependencies in Cranelift;
This commit is contained in:
committed by
Andrew Brown
parent
f4e3e4efde
commit
60ac091afe
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -441,7 +441,6 @@ dependencies = [
|
|||||||
"log",
|
"log",
|
||||||
"memmap",
|
"memmap",
|
||||||
"num_cpus",
|
"num_cpus",
|
||||||
"region",
|
|
||||||
"target-lexicon",
|
"target-lexicon",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
]
|
]
|
||||||
@@ -467,9 +466,7 @@ dependencies = [
|
|||||||
"cranelift-reader",
|
"cranelift-reader",
|
||||||
"hashbrown 0.7.2",
|
"hashbrown 0.7.2",
|
||||||
"log",
|
"log",
|
||||||
"pretty_env_logger",
|
|
||||||
"thiserror",
|
"thiserror",
|
||||||
"walkdir",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -579,7 +576,6 @@ dependencies = [
|
|||||||
"indicatif",
|
"indicatif",
|
||||||
"log",
|
"log",
|
||||||
"pretty_env_logger",
|
"pretty_env_logger",
|
||||||
"serde",
|
|
||||||
"target-lexicon",
|
"target-lexicon",
|
||||||
"term",
|
"term",
|
||||||
"thiserror",
|
"thiserror",
|
||||||
|
|||||||
@@ -33,7 +33,6 @@ cranelift = { path = "umbrella", version = "0.65.0" }
|
|||||||
filecheck = "0.5.0"
|
filecheck = "0.5.0"
|
||||||
clap = "2.32.0"
|
clap = "2.32.0"
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
serde = "1.0.8"
|
|
||||||
term = "0.6.1"
|
term = "0.6.1"
|
||||||
capstone = { version = "0.6.0", optional = true }
|
capstone = { version = "0.6.0", optional = true }
|
||||||
wat = { version = "1.0.18", optional = true }
|
wat = { version = "1.0.18", optional = true }
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ gimli = { version = "0.21.0", default-features = false, features = ["read"] }
|
|||||||
log = "0.4.6"
|
log = "0.4.6"
|
||||||
memmap = "0.7.0"
|
memmap = "0.7.0"
|
||||||
num_cpus = "1.8.0"
|
num_cpus = "1.8.0"
|
||||||
region = "2.1.2"
|
|
||||||
target-lexicon = "0.10"
|
target-lexicon = "0.10"
|
||||||
thiserror = "1.0.15"
|
thiserror = "1.0.15"
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,6 @@ cranelift-reader = { path = "../reader", version = "0.65.0" }
|
|||||||
hashbrown = { version = "0.7.1", optional = true }
|
hashbrown = { version = "0.7.1", optional = true }
|
||||||
log = { version = "0.4.8", default-features = false }
|
log = { version = "0.4.8", default-features = false }
|
||||||
thiserror = "1.0.15"
|
thiserror = "1.0.15"
|
||||||
walkdir = "2.3.1"
|
|
||||||
pretty_env_logger = "0.4.0"
|
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
cranelift-frontend = { path = "../frontend", version = "0.65.0" }
|
cranelift-frontend = { path = "../frontend", version = "0.65.0" }
|
||||||
|
|||||||
Reference in New Issue
Block a user