Skip to content

Commit 37f1e95

Browse files
authored
Merge pull request #2147 from CosmWasm/wasmer-update
Update wasmer to 4.3
2 parents fa20c53 + 22cea07 commit 37f1e95

File tree

20 files changed

+9202
-986
lines changed

20 files changed

+9202
-986
lines changed

.circleci/config.yml

Lines changed: 95 additions & 84 deletions
Large diffs are not rendered by default.

.github/workflows/contract.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Rust
3434
uses: dtolnay/rust-toolchain@master
3535
with:
36-
toolchain: 1.73.0
36+
toolchain: 1.74.0
3737
targets: wasm32-unknown-unknown
3838
- name: Build hackatom wasm
3939
run: cargo wasm --locked

.github/workflows/workspace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Rust
1919
uses: dtolnay/rust-toolchain@master
2020
with:
21-
toolchain: 1.73.0
21+
toolchain: 1.74.0
2222
targets: wasm32-unknown-unknown
2323
components: clippy, rustfmt
2424
- name: Check workspace
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Rust
3434
uses: dtolnay/rust-toolchain@master
3535
with:
36-
toolchain: 1.73.0
36+
toolchain: 1.74.0
3737
components: rustfmt
3838
- name: Test workspace
3939
run: ./devtools/test_workspace.sh

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ and this project adheres to
7474
- cosmwasm-std: Improve performance of `Uint{64,128,256,512}::isqrt` ([#2108])
7575
- cosmwasm-std: Deprecate "compact" serialization of `Binary`, `HexBinary`,
7676
`Checksum` ([#2125])
77+
- cosmwasm-vm: Update wasmer to 4.3.0 ([#2147])
7778

7879
[#2044]: https://github.com/CosmWasm/cosmwasm/pull/2044
7980
[#2051]: https://github.com/CosmWasm/cosmwasm/pull/2051
@@ -83,6 +84,7 @@ and this project adheres to
8384
[#2080]: https://github.com/CosmWasm/cosmwasm/pull/2080
8485
[#2108]: https://github.com/CosmWasm/cosmwasm/pull/2108
8586
[#2125]: https://github.com/CosmWasm/cosmwasm/pull/2125
87+
[#2147]: https://github.com/CosmWasm/cosmwasm/pull/2147
8688

8789
## [2.0.1] - 2024-04-03
8890

0 commit comments

Comments
 (0)