Skip to content

Commit 564cdad

Browse files
authored
feat: upgrade dependencies (#870)
* feat/upgrade-rust-version * feat: update cosmwasm 1.5.5 * fix: fix unit test * fix: update ci to 1.78 * fix: cargo fmt * fix: lint issues * fix: update version * fix: pass e2e tests * fix: enable packet drop test
1 parent 987dcee commit 564cdad

Some content is hidden

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

63 files changed

+942
-872
lines changed

.github/workflows/basic-rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313
branches:
1414
- main
1515
env:
16-
RUSTC_VERSION: '1.69.0'
17-
RUSTC_TOOLCHAIN: '1.69.0-x86_64-unknown-linux-gnu'
16+
RUSTC_VERSION: '1.78.0'
17+
RUSTC_TOOLCHAIN: '1.78.0-x86_64-unknown-linux-gnu'
1818

1919
jobs:
2020

.github/workflows/cosmwasm-contracts-code-coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ defaults:
1717
working-directory: contracts/cosmwasm-vm
1818

1919
env:
20-
RUSTC_VERSION: '1.69.0'
21-
RUSTC_TOOLCHAIN: '1.69.0-x86_64-unknown-linux-gnu'
20+
RUSTC_VERSION: '1.78.0'
21+
RUSTC_TOOLCHAIN: '1.78.0-x86_64-unknown-linux-gnu'
2222

2323
jobs:
2424
code-coverage:

0 commit comments

Comments
 (0)