Skip to content

Commit e5afa97

Browse files
committed
fix(rust): try rolling back to 1.87.0
1 parent 8ca2d8b commit e5afa97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
rust-toolchain-for = system: fenix.packages.${system}.fromToolchainFile {
2323
file = ./rust-toolchain.toml;
24-
sha256 = "sha256-Qxt8XAuaUR2OMdKbN4u8dBJOhSHxS+uS06Wl9+flVEk=";
24+
sha256 = "sha256-KUm16pHj+cRedf8vxs/Hd2YWxpOrWZ7UOrwhILdSJBU=";
2525
};
2626
in {
2727
checks = forEachSystem (system: {

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.88.0"
2+
channel = "1.87.0"
33
components = [ "rustc", "rust-analyzer", "rust-std", "cargo", "rustfmt", "rustc-dev", "llvm-tools", "llvm" ]

0 commit comments

Comments
 (0)