Skip to content

Commit 968b9d5

Browse files
committed
build: pin to nightly-2024-02-03
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>
1 parent f63f04d commit 968b9d5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- uses: actions-rs/toolchain@v1
5656
with:
57-
toolchain: nightly
57+
toolchain: nightly-2024-02-03
5858
components: rustfmt, clippy, rust-src
5959
override: false
6060

@@ -83,11 +83,11 @@ jobs:
8383
8484
- name: Check formatting
8585
run: |
86-
cargo +nightly fmt --all -- --check
86+
cargo +nightly-2024-02-03 fmt --all -- --check
8787
8888
- name: Run clippy
8989
run: |
90-
cargo +nightly clippy --all -- --deny warnings
90+
cargo +nightly-2024-02-03 clippy --all -- --deny warnings
9191
9292
- name: Build
9393
run: cargo build --verbose
@@ -207,7 +207,7 @@ jobs:
207207

208208
- uses: actions-rs/toolchain@v1
209209
with:
210-
toolchain: nightly
210+
toolchain: nightly-2024-02-03
211211
components: rust-src
212212
override: true
213213

0 commit comments

Comments
 (0)