Skip to content

Commit 94a4a28

Browse files
committed
Backport nightly toolchain due to assumed miri regression
1 parent 919ec9c commit 94a4a28

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/push-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
- name: Install Rust toolchain
28-
uses: dtolnay/rust-toolchain@nightly
28+
uses: dtolnay/rust-toolchain@nightly-2025-05-05
2929
with:
3030
components: miri
3131
- name: Stacked borrows

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
pkgs = import nixpkgs {
1818
inherit system overlays;
1919
};
20-
rustToolchain = pkgs.pkgsBuildHost.rust-bin.selectLatestNightlyWith (toolchain: toolchain.default.override {
20+
rustToolchain = (pkgs.pkgsBuildHost.rust-bin.nightly."2025-05-05".default.override {
2121
extensions = [ "rust-src" "rust-analyzer" "miri" ];
2222
});
2323
in

0 commit comments

Comments
 (0)