Skip to content

Commit

Permalink
Merge pull request #138 from brson/v112
Browse files Browse the repository at this point in the history
V112
  • Loading branch information
brson authored Mar 9, 2023
2 parents 52bb734 + 18e2850 commit 66b161e
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 15 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.112.0

- Upgraded to Binaryen 112.
- [Fixed the displayed version number in `wasm-opt` bin](https://github.com/brson/wasm-opt-rs/pull/133)

## 0.111.0

- Upgraded to Binaryen 111.
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions components/conformance-tests/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions components/conformance-tests/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "conformance-tests"
version = "0.111.0"
version = "0.112.0"
description = "Tests against binaryen"
license = "MIT / Apache-2.0"
edition = "2018"
Expand All @@ -11,5 +11,5 @@ anyhow = "1.0.58"

[dev-dependencies]
anyhow = "1.0.58"
wasm-opt = { path = "../wasm-opt", version = "0.111.0" }
wasm-opt = { path = "../wasm-opt", version = "0.112.0" }
tempfile = "3.3.0"
4 changes: 2 additions & 2 deletions components/wasm-opt-cxx-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-opt-cxx-sys"
version = "0.111.0"
version = "0.112.0"
description = "wasm-opt bindings via cxx"
license = "MIT / Apache-2.0"
edition = "2018"
Expand All @@ -11,7 +11,7 @@ readme = "README.md"
[dependencies]
anyhow = "1.0.58"
cxx = "1.0.79"
wasm-opt-sys = { path = "../wasm-opt-sys", version = "0.111.0" }
wasm-opt-sys = { path = "../wasm-opt-sys", version = "0.112.0" }

[build-dependencies]
anyhow = "1.0.58"
Expand Down
2 changes: 1 addition & 1 deletion components/wasm-opt-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-opt-sys"
version = "0.111.0"
version = "0.112.0"
description = "Native wasm-opt build"
license = "MIT / Apache-2.0"
edition = "2018"
Expand Down
6 changes: 3 additions & 3 deletions components/wasm-opt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasm-opt"
version = "0.111.0"
version = "0.112.0"
description = "wasm-opt bindings"
license = "MIT / Apache-2.0"
edition = "2018"
Expand All @@ -12,8 +12,8 @@ readme = "README.md"
[dependencies]
anyhow = "1.0.58"
libc = "0.2.126"
wasm-opt-sys = { path = "../wasm-opt-sys", version = "0.111.0" }
wasm-opt-cxx-sys = { path = "../wasm-opt-cxx-sys", version = "0.111.0" }
wasm-opt-sys = { path = "../wasm-opt-sys", version = "0.112.0" }
wasm-opt-cxx-sys = { path = "../wasm-opt-cxx-sys", version = "0.112.0" }
strum = "0.24"
strum_macros = "0.24"
thiserror = "1.0.32"
Expand Down

0 comments on commit 66b161e

Please sign in to comment.