Skip to content

Commit

Permalink
use rust nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed May 14, 2024
1 parent 0710d48 commit a273540
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release_crypto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}

- name: Install Rust
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@master
with:
# This value should be updated to the `NIGHTLY` value in: https://github.com/matrix-org/matrix-rust-sdk/blob/main/xtask/src/main.rs
toolchain: nightly-2024-02-06

# - name: Create cargo config
# run: |
Expand Down

0 comments on commit a273540

Please sign in to comment.