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-wiggle"
version = "0.20.0"
version = "0.21.0"
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkonk@jakubkonka.com>", "Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
@@ -11,10 +11,10 @@ repository = "https://github.com/bytecodealliance/wasmtime"
include = ["src/**/*", "LICENSE"]
[dependencies]
wasmtime = { path = "../../wasmtime", version = "0.20.0", default-features = false }
wasmtime-wiggle-macro = { path = "./macro", version = "0.20.0" }
wasmtime = { path = "../../wasmtime", version = "0.21.0", default-features = false }
wasmtime-wiggle-macro = { path = "./macro", version = "0.21.0" }
witx = { path = "../../wasi-common/WASI/tools/witx", version = "0.8.7", optional = true }
wiggle = { path = "..", version = "0.20.0" }
wiggle = { path = "..", version = "0.21.0" }
[badges]
maintenance = { status = "actively-developed" }