diff --git a/Cargo.toml b/Cargo.toml index a640e5aa..a6449c50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Nick Fitzgerald "] edition = "2018" name = "walrus" -version = "0.18.0" +version = "0.19.0" license = "MIT/Apache-2.0" readme = "README.md" categories = ["wasm"] @@ -28,7 +28,7 @@ id-arena = "2.2.1" leb128 = "0.2.4" log = "0.4.8" rayon = { version = "1.1.0", optional = true } -walrus-macro = { path = './crates/macro', version = '=0.18.0' } +walrus-macro = { path = './crates/macro', version = '=0.19.0' } wasmparser = "0.77.0" [features] diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index ceb0ccb0..78ec9542 100644 --- a/crates/macro/Cargo.toml +++ b/crates/macro/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Nick Fitzgerald "] edition = "2018" name = "walrus-macro" -version = "0.18.0" +version = "0.19.0" license = "MIT/Apache-2.0" categories = ["wasm"] repository = "https://github.com/rustwasm/walrus/tree/crates/macro"