Merge pull request #2520 from bytecodealliance/pch/prune_deps

Prune deps, comment deny.toml
This commit is contained in:
Pat Hickey
2020-12-17 15:33:38 -08:00
committed by GitHub
12 changed files with 147 additions and 161 deletions

View File

@@ -13,7 +13,7 @@ arbitrary = { version = "0.4.1", features = ["derive"] }
env_logger = "0.8.1"
log = "0.4.8"
rayon = "1.2.1"
wasmparser = "0.70"
wasmparser = "0.71"
wasmprinter = "0.2.17"
wasmtime = { path = "../wasmtime" }
wasmtime-wast = { path = "../wast" }