diff --git a/Cargo.toml b/Cargo.toml index 907c90be..7fde3f87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Nick Fitzgerald "] edition = "2018" name = "walrus" -version = "0.12.0" +version = "0.13.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.12.0' } +walrus-macro = { path = './crates/macro', version = '=0.13.0' } wasmparser = "0.39.1" [features] diff --git a/crates/macro/Cargo.toml b/crates/macro/Cargo.toml index 0211191a..12ccac07 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.12.0" +version = "0.13.0" license = "MIT/Apache-2.0" categories = ["wasm"] repository = "https://github.com/rustwasm/walrus/tree/crates/macro"