Skip to content

Commit 9a23983

Browse files
authored
Merge pull request #2042 from CosmWasm/update-wasmer
Update wasmer
2 parents 43c93f4 + 530dfb4 commit 9a23983

File tree

23 files changed

+1321
-1642
lines changed

23 files changed

+1321
-1642
lines changed

.circleci/config.yml

+76-76
Large diffs are not rendered by default.

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Rust
3434
uses: actions-rs/toolchain@v1
3535
with:
36-
toolchain: 1.70.0
36+
toolchain: 1.73.0
3737
target: wasm32-unknown-unknown
3838
profile: minimal
3939
override: true

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ and this project adheres to
9898
`::addr_canonicalize`/`::addr_humanize` for consistency.
9999
- cosmwasm-vm: Add `BackendApi::addr_validate` to avoid having to do two calls
100100
from Rust into Go.
101-
- cosmwasm-vm: Upgrade Wasmer to 4.2.5; Bump `MODULE_SERIALIZATION_VERSION` to
102-
"v9". ([#1992])
101+
- cosmwasm-vm: Upgrade Wasmer to 4.2.6; Bump `MODULE_SERIALIZATION_VERSION` to
102+
"v9". ([#1992], [#2042])
103103
- cosmwasm-std: Rename `GovMsg::vote` to `GovMsg::option` ([#1999])
104104
- cosmwasm-vm: Read `Region` from Wasm memory as bytes and convert to `Region`
105105
afterwards ([#2005])
@@ -131,6 +131,7 @@ and this project adheres to
131131
[#1992]: https://github.com/CosmWasm/cosmwasm/pull/1992
132132
[#1999]: https://github.com/CosmWasm/cosmwasm/pull/1999
133133
[#2005]: https://github.com/CosmWasm/cosmwasm/pull/2005
134+
[#2042]: https://github.com/CosmWasm/cosmwasm/pull/2042
134135

135136
### Removed
136137

0 commit comments

Comments
 (0)