difftreelog
build specify exact nightly version everywhere
in: master
2 files changed
.github/workflows/clippy_check.ymldiffbeforeafterboth7 - uses: actions/checkout@v27 - uses: actions/checkout@v28 - uses: actions-rs/toolchain@v18 - uses: actions-rs/toolchain@v19 with:9 with:10 toolchain: nightly10 toolchain: nightly-2023-10-2811 components: clippy11 components: clippy12 override: true12 override: true13 - uses: actions-rs/clippy-check@v113 - uses: actions-rs/clippy-check@v1flake.nixdiffbeforeafterboth--- a/flake.nix
+++ b/flake.nix
@@ -25,7 +25,7 @@
lib = pkgs.lib;
rust =
(pkgs.rustChannelOf {
- date = "2023-08-02";
+ date = "2023-10-28";
channel = "nightly";
})
.default