Skip to content

Commit 130a1f9

Browse files
authored
Merge pull request #222 from osmosis-labs/trinity/bump-cosmwasm
feat: update cosmwasm and sylvia
2 parents f0e0131 + 752b4bd commit 130a1f9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2535
-1781
lines changed

.github/workflows/basic.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions-rs/toolchain@v1
1717
with:
1818
profile: minimal
19-
toolchain: 1.70.0
19+
toolchain: 1.85.0
2020
target: wasm32-unknown-unknown
2121
override: true
2222

@@ -28,7 +28,7 @@ jobs:
2828
- name: Run build
2929
uses: actions-rs/cargo@v1
3030
with:
31-
toolchain: 1.70.0
31+
toolchain: 1.85.0
3232
command: build
3333
args: --workspace
3434
env:
@@ -37,7 +37,7 @@ jobs:
3737
- name: Run tests
3838
uses: actions-rs/cargo@v1
3939
with:
40-
toolchain: 1.70.0
40+
toolchain: 1.85.0
4141
command: test
4242
args: --workspace
4343
env:
@@ -46,7 +46,7 @@ jobs:
4646
- name: Compile WASM contract
4747
uses: actions-rs/cargo@v1
4848
with:
49-
toolchain: 1.70.0
49+
toolchain: 1.85.0
5050
command: wasm
5151
args: --workspace --exclude mesh-virtual-staking-mock
5252
env:
@@ -63,7 +63,7 @@ jobs:
6363
uses: actions-rs/toolchain@v1
6464
with:
6565
profile: minimal
66-
toolchain: 1.70.0
66+
toolchain: 1.85.0
6767
override: true
6868
components: rustfmt, clippy
6969

@@ -75,13 +75,13 @@ jobs:
7575
- name: Run cargo fmt
7676
uses: actions-rs/cargo@v1
7777
with:
78-
toolchain: 1.70.0
78+
toolchain: 1.85.0
7979
command: fmt
8080
args: --all -- --check
8181

8282
- name: Run cargo clippy
8383
uses: actions-rs/cargo@v1
8484
with:
85-
toolchain: 1.70.0
85+
toolchain: 1.85.0
8686
command: clippy
8787
args: --all-targets -- -D warnings -A clippy::too-many-arguments

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions-rs/toolchain@v1
2222
with:
2323
profile: minimal
24-
toolchain: 1.70.0
24+
toolchain: 1.85.0
2525
target: wasm32-unknown-unknown
2626
override: true
2727

@@ -33,7 +33,7 @@ jobs:
3333
- name: Build Wasm images
3434
uses: addnab/docker-run-action@v3
3535
with:
36-
image: cosmwasm/optimizer:0.15.0
36+
image: cosmwasm/optimizer:0.16.0
3737
options: -v ${{ github.workspace }}:/code
3838
run: optimize.sh .
3939

0 commit comments

Comments
 (0)