Skip to content

Commit

Permalink
build: pin to nightly-2024-02-03
Browse files Browse the repository at this point in the history
Pin rust to nightly-2024-02-03 until
dalek-cryptography/curve25519-dalek#618
is fixed.

Signed-off-by: Billy McFall <22157057+Billy99@users.noreply.github.com>
  • Loading branch information
Billy99 authored and astoycos committed Feb 6, 2024
1 parent a79bcdd commit 6d3e978
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2024-02-03
components: rustfmt, clippy, rust-src
override: false

Expand Down Expand Up @@ -83,11 +83,11 @@ jobs:
- name: Check formatting
run: |
cargo +nightly fmt --all -- --check
cargo +nightly-2024-02-03 fmt --all -- --check
- name: Run clippy
run: |
cargo +nightly clippy --all -- --deny warnings
cargo +nightly-2024-02-03 clippy --all -- --deny warnings
- name: Build
run: cargo build --verbose
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:

- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2024-02-03
components: rust-src
override: true

Expand Down

0 comments on commit 6d3e978

Please sign in to comment.