We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d3f71 commit 50ba7d7Copy full SHA for 50ba7d7
.github/workflows/clippy_check.yml
@@ -7,7 +7,7 @@ jobs:
7
- uses: actions/checkout@v2
8
- uses: actions-rs/toolchain@v1
9
with:
10
- toolchain: nightly
+ toolchain: nightly-2023-10-28
11
components: clippy
12
override: true
13
- uses: actions-rs/clippy-check@v1
flake.nix
@@ -25,7 +25,7 @@
25
lib = pkgs.lib;
26
rust =
27
(pkgs.rustChannelOf {
28
- date = "2023-08-02";
+ date = "2023-10-28";
29
channel = "nightly";
30
})
31
.default
0 commit comments