Skip to content
This repository was archived by the owner on Jul 1, 2026. It is now read-only.

Commit 2a3ba7c

Browse files
authored
Merge pull request #179 from neutron-org/feat/cosmwasm-3
feat: cosmwasm 3
2 parents 5ec8e25 + 1e7cfce commit 2a3ba7c

21 files changed

Lines changed: 577 additions & 236 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 1
1616
- uses: actions-rs/toolchain@v1
1717
with:
18-
toolchain: 1.82.0
18+
toolchain: 1.86.0
1919
components: clippy
2020
profile: minimal
2121
override: true
@@ -31,7 +31,7 @@ jobs:
3131
fetch-depth: 1
3232
- uses: actions-rs/toolchain@v1
3333
with:
34-
toolchain: 1.82.0
34+
toolchain: 1.86.0
3535
components: rustfmt
3636
profile: minimal
3737
override: true
@@ -49,7 +49,7 @@ jobs:
4949
fetch-depth: 1
5050
- uses: actions-rs/toolchain@v1
5151
with:
52-
toolchain: 1.82.0
52+
toolchain: 1.86.0
5353
profile: minimal
5454
- run: cargo fetch --verbose
5555
- run: cargo build

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## 0.12.0
44

55
### Improvements
6-
* Rust 1.82;
6+
* Rust 1.86;
77

88
## 0.11.0
99

0 commit comments

Comments
 (0)