Skip to content

Commit

Permalink
Bump Rust toolchain
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Spinale <[email protected]>
  • Loading branch information
nspin committed Oct 28, 2024
1 parent 88b5fe7 commit c7ce09b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hacking/nix/scope/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ superCallPackage ../rust-utils {} self //

defaultRustToolchain = fenix.fromToolchainFile {
file = topLevelRustToolchainFile;
sha256 = "sha256-GJR7CjFPMh450uP/EUzXeng15vusV3ktq7Cioop945U=";
sha256 = "sha256-L1F7kAfo8YWrKXHflUaVvCELdvnK2XjcL/lwopFQX2c=";
};

upstreamDefaultRustEnvironment = elaborateRustEnvironment (mkDefaultElaborateRustEnvironmentArgs {
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
#

[toolchain]
channel = "nightly-2024-09-01"
channel = "nightly-2024-10-26"
components = [ "rustfmt", "rust-src", "rustc-dev", "llvm-tools-preview" ]

0 comments on commit c7ce09b

Please sign in to comment.