Skip to content

Commit f149a26

Browse files
authored
ci: update rust version from 1.69.0 to 1.78.0 (#874)
1 parent 564cdad commit f149a26

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/deploy-cosmwasm-contracts.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install stable toolchain
3030
uses: actions-rs/toolchain@v1
3131
with:
32-
toolchain: 1.69.0
32+
toolchain: 1.78.0
3333
target: wasm32-unknown-unknown
3434
override: true
3535
profile: minimal
@@ -39,8 +39,8 @@ jobs:
3939

4040
- name: Compile WASM
4141
run: |
42-
rustup component add rustfmt --toolchain 1.69.0-x86_64-unknown-linux-gnu
43-
rustup component add clippy --toolchain 1.69.0-x86_64-unknown-linux-gnu
42+
rustup component add rustfmt --toolchain 1.78.0-x86_64-unknown-linux-gnu
43+
rustup component add clippy --toolchain 1.78.0-x86_64-unknown-linux-gnu
4444
sudo chmod -R 777 artifacts
4545
sudo chmod -R 777 scripts
4646
# Build cosmwasm builder image

.github/workflows/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,16 @@ jobs:
4040
- name: Install stable toolchain
4141
uses: actions-rs/toolchain@v1
4242
with:
43-
toolchain: 1.69.0
43+
toolchain: 1.78.0
4444
target: wasm32-unknown-unknown
4545
override: true
4646
profile: minimal
4747
- name: Cache Rust dependencies
4848
uses: Swatinem/rust-cache@v2
4949
- name: Compile WASM
5050
run: |
51-
rustup component add rustfmt --toolchain 1.69.0-x86_64-unknown-linux-gnu
52-
rustup component add clippy --toolchain 1.69.0-x86_64-unknown-linux-gnu
51+
rustup component add rustfmt --toolchain 1.78.0-x86_64-unknown-linux-gnu
52+
rustup component add clippy --toolchain 1.78.0-x86_64-unknown-linux-gnu
5353
bash ./scripts/optimize-cosmwasm.sh
5454
cd artifacts/archway && zip -r ../../cosmwasm-contracts.zip . -j
5555

0 commit comments

Comments
 (0)