Skip to content

Commit

Permalink
Trim some unused deps from wasmtime-environ (bytecodealliance#1515)
Browse files Browse the repository at this point in the history
Was poking around but looks like these are no longer needed
  • Loading branch information
alexcrichton authored Apr 16, 2020
1 parent 59a502c commit c268704
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
14 changes: 1 addition & 13 deletions Cargo.lock

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

3 changes: 0 additions & 3 deletions crates/environ/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit c268704

Please sign in to comment.