Skip to content

Commit 4766acf

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 <[email protected]>
1 parent a79bcdd commit 4766acf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

+4-4
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)