Skip to content

Commit

Permalink
Bump to 0.13.0 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 24, 2019
1 parent 7d2007d commit f05f89a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -2,7 +2,7 @@
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
edition = "2018"
name = "walrus"
version = "0.12.0"
version = "0.13.0"
license = "MIT/Apache-2.0"
readme = "README.md"
categories = ["wasm"]
Expand All @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion crates/macro/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
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"
Expand Down

0 comments on commit f05f89a

Please sign in to comment.