Bump to 0.12.0 (#997)

* Bump to 0.12.0

* Another lockfile update
This commit is contained in:
Alex Crichton
2020-02-26 16:19:12 -06:00
committed by GitHub
parent c8ab1e293e
commit 33a39ff4f0
27 changed files with 84 additions and 84 deletions

View File

@@ -4,7 +4,7 @@ description = "Fuzzing infrastructure for Wasmtime"
edition = "2018"
name = "wasmtime-fuzzing"
publish = false
version = "0.9.0"
version = "0.12.0"
[dependencies]
anyhow = "1.0.22"
@@ -14,7 +14,7 @@ env_logger = "0.7.1"
log = "0.4.8"
wasmparser = "0.51.2"
wasmprinter = "0.2.1"
wasmtime = { path = "../api", version = "0.9.0" }
wasmtime = { path = "../api", version = "0.12.0" }
[dev-dependencies]
wat = "1.0"