Skip to content

Commit 1c6db86

Browse files
Merge pull request #5803 from nymtech/benny/change-rust-version
change rust version to fix ci
2 parents 5369e5e + e126c1f commit 1c6db86

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-contracts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions-rs/toolchain@v1
2828
with:
2929
profile: minimal
30-
toolchain: stable
30+
toolchain: 1.86.0
3131
target: wasm32-unknown-unknown
3232
override: true
3333
components: rustfmt, clippy

.github/workflows/publish-nym-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install Rust stable
5353
uses: actions-rs/toolchain@v1
5454
with:
55-
toolchain: stable
55+
toolchain: 1.86.0
5656
override: true
5757

5858
- name: Build all binaries

0 commit comments

Comments
 (0)