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.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