difftreelog
build specify exact nightly version everywhere
in: master
2 files changed
.github/workflows/clippy_check.ymldiffbeforeafterboth--- a/.github/workflows/clippy_check.yml
+++ b/.github/workflows/clippy_check.yml
@@ -7,7 +7,7 @@
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
- toolchain: nightly
+ toolchain: nightly-2023-10-28
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
flake.nixdiffbeforeafterboth25 lib = pkgs.lib;25 lib = pkgs.lib;26 rust =26 rust =27 (pkgs.rustChannelOf {27 (pkgs.rustChannelOf {28 date = "2023-08-02";28 date = "2023-10-28";29 channel = "nightly";29 channel = "nightly";30 })30 })31 .default31 .default