Skip to content

Commit 50ba7d7

Browse files
committed
build: specify exact nightly version everywhere
1 parent f9d3f71 commit 50ba7d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clippy_check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- uses: actions/checkout@v2
88
- uses: actions-rs/toolchain@v1
99
with:
10-
toolchain: nightly
10+
toolchain: nightly-2023-10-28
1111
components: clippy
1212
override: true
1313
- uses: actions-rs/clippy-check@v1

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
lib = pkgs.lib;
2626
rust =
2727
(pkgs.rustChannelOf {
28-
date = "2023-08-02";
28+
date = "2023-10-28";
2929
channel = "nightly";
3030
})
3131
.default

0 commit comments

Comments
 (0)