git.delta.rocks / jrsonnet / refs/commits / 50ba7d7a1f9b

difftreelog

build specify exact nightly version everywhere

Petr Portnov2023-10-29parent: #f9d3f71.patch.diff
in: master

2 files changed

modified.github/workflows/clippy_check.ymldiffbeforeafterboth
7 - uses: actions/checkout@v27 - uses: actions/checkout@v2
8 - uses: actions-rs/toolchain@v18 - uses: actions-rs/toolchain@v1
9 with:9 with:
10 toolchain: nightly10 toolchain: nightly-2023-10-28
11 components: clippy11 components: clippy
12 override: true12 override: true
13 - uses: actions-rs/clippy-check@v113 - uses: actions-rs/clippy-check@v1
modifiedflake.nixdiffbeforeafterboth
25 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