Skip to content

Commit

Permalink
publish 0.13.0 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin authored Mar 10, 2024
1 parent 89de59a commit 96666d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "binaryen"
# See docs/RELEASING.md
version = "0.12.1"
version = "0.13.0"
authors = ["Sergey Pepyakin <[email protected]>"]
license = "Apache-2.0"
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ categories = ["api-bindings"]
keywords = ["binaryen", "webassembly", "wasm", "compiler"]

[dependencies]
binaryen-sys = { path = "binaryen-sys", version = "0.12.0" }
binaryen-sys = { path = "binaryen-sys", version = "0.13.0" }

[dev-dependencies]
rand = "0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion binaryen-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "binaryen-sys"
# See docs/RELEASING.md
version = "0.12.1"
version = "0.13.0"
authors = ["Sergey Pepyakin <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/pepyakin/binaryen-rs"
Expand Down

0 comments on commit 96666d7

Please sign in to comment.