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 c03713b + 7b19e97 commit 6123cebCopy full SHA for 6123ceb
.github/workflows/release_sdk_parallel.yml
@@ -55,10 +55,7 @@ jobs:
55
ndk-version: r25c
56
57
- name: Install Rust
58
- uses: dtolnay/rust-toolchain@master
59
- with:
60
- # This value should be updated to the `NIGHTLY` value in: https://github.com/matrix-org/matrix-rust-sdk/blob/main/xtask/src/main.rs
61
- toolchain: nightly-2024-02-06
+ uses: dtolnay/rust-toolchain@stable
62
63
- name: Install Protoc
64
uses: arduino/setup-protoc@v1
0 commit comments