Bump wasmtime to 0.20.0 (#2222)
At the same time bump cranelift crates to 0.67.0
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wiggle-macro"
|
||||
version = "0.19.0"
|
||||
version = "0.20.0"
|
||||
authors = ["Pat Hickey <phickey@fastly.com>", "Jakub Konka <kubkon@jakubkonka.com>", "Alex Crichton <alex@alexcrichton.com>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
@@ -21,7 +21,7 @@ test = false
|
||||
doctest = false
|
||||
|
||||
[dependencies]
|
||||
wiggle-generate = { path = "../generate", version = "0.19.0" }
|
||||
wiggle-generate = { path = "../generate", version = "0.20.0" }
|
||||
witx = { path = "../../wasi-common/WASI/tools/witx", version = "0.8.7" }
|
||||
quote = "1.0"
|
||||
syn = { version = "1.0", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user