Skip to content

Commit

Permalink
ci: update rust version from 1.69.0 to 1.78.0 (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakBomjan authored Aug 7, 2024
1 parent 564cdad commit f149a26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-cosmwasm-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.69.0
toolchain: 1.78.0
target: wasm32-unknown-unknown
override: true
profile: minimal
Expand All @@ -39,8 +39,8 @@ jobs:

- name: Compile WASM
run: |
rustup component add rustfmt --toolchain 1.69.0-x86_64-unknown-linux-gnu
rustup component add clippy --toolchain 1.69.0-x86_64-unknown-linux-gnu
rustup component add rustfmt --toolchain 1.78.0-x86_64-unknown-linux-gnu
rustup component add clippy --toolchain 1.78.0-x86_64-unknown-linux-gnu
sudo chmod -R 777 artifacts
sudo chmod -R 777 scripts
# Build cosmwasm builder image
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ jobs:
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.69.0
toolchain: 1.78.0
target: wasm32-unknown-unknown
override: true
profile: minimal
- name: Cache Rust dependencies
uses: Swatinem/rust-cache@v2
- name: Compile WASM
run: |
rustup component add rustfmt --toolchain 1.69.0-x86_64-unknown-linux-gnu
rustup component add clippy --toolchain 1.69.0-x86_64-unknown-linux-gnu
rustup component add rustfmt --toolchain 1.78.0-x86_64-unknown-linux-gnu
rustup component add clippy --toolchain 1.78.0-x86_64-unknown-linux-gnu
bash ./scripts/optimize-cosmwasm.sh
cd artifacts/archway && zip -r ../../cosmwasm-contracts.zip . -j
Expand Down

0 comments on commit f149a26

Please sign in to comment.