Trim some unused deps from wasmtime-environ (#1515)

Was poking around but looks like these are no longer needed
This commit is contained in:
Alex Crichton
2020-04-16 10:50:32 -05:00
committed by GitHub
parent 59a502c8de
commit c268704743
2 changed files with 1 additions and 16 deletions

View File

@@ -41,10 +41,7 @@ errno = "0.2.4"
[dev-dependencies]
tempfile = "3"
target-lexicon = { version = "0.10.0", default-features = false }
pretty_env_logger = "0.4.0"
rand = { version = "0.7.0", default-features = false, features = ["small_rng"] }
cranelift-codegen = { path = "../../cranelift/codegen", version = "0.62.0", features = ["enable-serde", "all-arch"] }
filetime = "0.2.7"
lazy_static = "1.3.0"