Update the filecheck dependency (#1348)

Removes an edge towards the `synstructure` dependency in our dependency
graph which, if removed entirely, is hoped to reduce build times locally
and on CI as you switch between `cargo build` and `cargo test` because
deep dependencies like `syn` won't have their features alternating back
and forth.
This commit is contained in:
Alex Crichton
2020-03-17 15:33:54 -05:00
committed by GitHub
parent d452e5097f
commit 4c3c717698
4 changed files with 6 additions and 29 deletions

View File

@@ -29,7 +29,7 @@ cranelift-object = { path = "object", version = "0.60.0" }
cranelift-simplejit = { path = "simplejit", version = "0.60.0" }
cranelift-preopt = { path = "preopt", version = "0.60.0" }
cranelift = { path = "umbrella", version = "0.60.0" }
filecheck = "0.4.0"
filecheck = "0.5.0"
clap = "2.32.0"
serde = "1.0.8"
term = "0.6.1"

View File

@@ -15,7 +15,7 @@ cranelift-native = { path = "../native", version = "0.60.0" }
cranelift-reader = { path = "../reader", version = "0.60.0" }
cranelift-preopt = { path = "../preopt", version = "0.60.0" }
file-per-thread-logger = "0.1.2"
filecheck = "0.4.0"
filecheck = "0.5.0"
gimli = { version = "0.20.0", default-features = false, features = ["read"] }
log = "0.4.6"
memmap = "0.7.0"