We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5369e5e + e126c1f commit 1c6db86Copy full SHA for 1c6db86
.github/workflows/ci-contracts.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions-rs/toolchain@v1
28
with:
29
profile: minimal
30
- toolchain: stable
+ toolchain: 1.86.0
31
target: wasm32-unknown-unknown
32
override: true
33
components: rustfmt, clippy
.github/workflows/publish-nym-binaries.yml
@@ -52,7 +52,7 @@ jobs:
52
- name: Install Rust stable
53
54
55
56
57
58
- name: Build all binaries
0 commit comments