diff --git a/.github/workflows/clippy_check.yml b/.github/workflows/clippy_check.yml index 791d8be1..0791a4a4 100644 --- a/.github/workflows/clippy_check.yml +++ b/.github/workflows/clippy_check.yml @@ -7,7 +7,7 @@ jobs: - 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 diff --git a/flake.nix b/flake.nix index bb0aef2b..fcecd0e0 100644 --- 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