Bump Wasmtime to 0.37.0 (#3994)

Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
This commit is contained in:
wasmtime-publish
2022-04-05 09:24:28 -05:00
committed by GitHub
parent 7b5176baea
commit 78a595ac88
43 changed files with 190 additions and 180 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "wiggle"
version = "0.36.0"
version = "0.37.0"
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkonk@jakubkonka.com>", "Alex Crichton <alex@alexcrichton.com>"]
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
@@ -13,11 +13,11 @@ include = ["src/**/*", "README.md", "LICENSE"]
[dependencies]
thiserror = "1"
witx = { path = "../wasi-common/WASI/tools/witx", version = "0.9.1", optional = true }
wiggle-macro = { path = "macro", version = "=0.36.0" }
wiggle-macro = { path = "macro", version = "=0.37.0" }
tracing = "0.1.26"
bitflags = "1.2"
async-trait = "0.1.42"
wasmtime = { path = "../wasmtime", version = "0.36.0", optional = true, default-features = false }
wasmtime = { path = "../wasmtime", version = "0.37.0", optional = true, default-features = false }
anyhow = "1.0"
[badges]

View File

@@ -1,6 +1,6 @@
[package]
name = "wiggle-generate"
version = "0.36.0"
version = "0.37.0"
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkon@jakubkonka.com>", "Alex Crichton <alex@alexcrichton.com>"]
license = "Apache-2.0 WITH LLVM-exception"
edition = "2021"

View File

@@ -1,6 +1,6 @@
[package]
name = "wiggle-macro"
version = "0.36.0"
version = "0.37.0"
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkon@jakubkonka.com>", "Alex Crichton <alex@alexcrichton.com>"]
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
@@ -21,7 +21,7 @@ test = false
doctest = false
[dependencies]
wiggle-generate = { path = "../generate", version = "=0.36.0" }
wiggle-generate = { path = "../generate", version = "=0.37.0" }
quote = "1.0"
syn = { version = "1.0", features = ["full"] }
proc-macro2 = "1.0"