Bump version to 0.24.0
I used a specially modified version of the publish script to avoid bumping the `witx` version.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "wiggle-macro"
|
||||
version = "0.23.0"
|
||||
version = "0.24.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.23.0" }
|
||||
wiggle-generate = { path = "../generate", version = "0.24.0" }
|
||||
witx = { version = "0.9", path = "../../wasi-common/WASI/tools/witx" }
|
||||
quote = "1.0"
|
||||
syn = { version = "1.0", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user