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