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

Commit 79618ad

Browse files
authored
Merge pull request #177 from neutron-org/feat/cosmos-sdk-53
feat: cosmos sdk 53 update
2 parents 45b996b + 2a3ba7c commit 79618ad

24 files changed

Lines changed: 1924 additions & 147 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.78.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.78.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.78.0
52+
toolchain: 1.86.0
5353
profile: minimal
5454
- run: cargo fetch --verbose
5555
- run: cargo build

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
target/
33
/artifacts/checksums_intermediate.txt
44
artifacts/
5-
Cargo.lock
65

76
/deployment_scripts/node_modules
87

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.12.0
4+
5+
### Improvements
6+
* Rust 1.86;
7+
38
## 0.11.0
49

510
### Improvements

0 commit comments

Comments
 (0)