Skip to content

Commit 690006e

Browse files
authored
Merge pull request #1360 from CosmWasm/wasmer-2-3-0
Update `wasmer` to `2.3.0`
2 parents 9123194 + 8c0f8cc commit 690006e

File tree

18 files changed

+1629
-645
lines changed

18 files changed

+1629
-645
lines changed

.circleci/config.yml

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

.github/workflows/ci.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: actions-rs/toolchain@v1
3535
with:
36-
toolchain: 1.56.1
36+
toolchain: 1.59.0
3737
target: wasm32-unknown-unknown
3838
profile: minimal
3939
override: true

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ and this project adheres to
2222

2323
[#1334]: https://github.com/CosmWasm/cosmwasm/pull/1334
2424

25+
### Changed
26+
27+
- cosmwasm-vm/cosmwasm-profiler: Upgrade Wasmer to 2.3.0.
28+
2529
## [1.0.0] - 2022-05-14
2630

2731
### Added

0 commit comments

Comments
 (0)