Bump to 0.21.0 (#2359)

This commit is contained in:
Alex Crichton
2020-11-05 09:39:53 -06:00
committed by GitHub
parent a277cf5ee4
commit ab1958434a
53 changed files with 272 additions and 232 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "wasmtime-debug"
version = "0.20.0"
version = "0.21.0"
authors = ["The Wasmtime Project Developers"]
description = "Debug utils for WebAsssembly code in Cranelift"
license = "Apache-2.0 WITH LLVM-exception"
@@ -15,7 +15,7 @@ edition = "2018"
gimli = "0.22.0"
wasmparser = "0.65.0"
object = { version = "0.21.1", default-features = false, features = ["read", "write"] }
wasmtime-environ = { path = "../environ", version = "0.20.0" }
wasmtime-environ = { path = "../environ", version = "0.21.0" }
target-lexicon = { version = "0.11.0", default-features = false }
anyhow = "1.0"
thiserror = "1.0.4"