Skip to content

Commit 2225a39

Browse files
authored
Merge pull request #2182 from CosmWasm/wasmer-4.3.3
Upgrade Wasmer to 4.3.3
2 parents 2b19b49 + 07eef01 commit 2225a39

File tree

15 files changed

+341
-1655
lines changed

15 files changed

+341
-1655
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ and this project adheres to
9090
- cosmwasm-std: Improve performance of `Uint{64,128,256,512}::isqrt` ([#2108])
9191
- cosmwasm-std: Deprecate "compact" serialization of `Binary`, `HexBinary`,
9292
`Checksum` ([#2125])
93-
- cosmwasm-vm: Update wasmer to 4.3.1 ([#2147], [#2153])
93+
- cosmwasm-vm: Update wasmer to 4.3.3 ([#2147], [#2153], [#2182])
9494
- cosmwasm-vm: Rebalance gas costs for cryptographic functions and wasm
9595
instructions. ([#2152])
9696
- cosmwasm-std: Add message_info and deprecate mock_info ([#2160])
@@ -107,6 +107,7 @@ and this project adheres to
107107
[#2152]: https://github.com/CosmWasm/cosmwasm/pull/2152
108108
[#2153]: https://github.com/CosmWasm/cosmwasm/pull/2153
109109
[#2160]: https://github.com/CosmWasm/cosmwasm/pull/2160
110+
[#2182]: https://github.com/CosmWasm/cosmwasm/pull/2182
110111

111112
## [2.0.1] - 2024-04-03
112113

Cargo.lock

Lines changed: 20 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)