Skip to content

Commit

Permalink
chore(toolchain): Upgrade to latest Rust nightly
Browse files Browse the repository at this point in the history
This additionally resolves the hash for Azalia as its crate was recently updated.
  • Loading branch information
spotlightishere committed Jan 16, 2025
1 parent f9b9af1 commit e574ff7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion nix/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
cargoTOML = builtins.fromTOML (builtins.readFile ../Cargo.toml);
outputHashes = {
"azalia-0.1.0" = "sha256-N0nNYm7KKHigt6NDXIujqdA/E35IbfBYJfwTBV+BRco=";
"azalia-0.1.0" = "sha256-xMHL7JJUqGV4neirtZgLvQXhq+nV2kwlkpJdcsFhdTc=";
};

rustflags = stdenv:
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

[toolchain]
channel = "nightly-2024-08-26"
channel = "nightly-2025-01-16"
profile = "minimal"
components = [
"rustc",
Expand Down

0 comments on commit e574ff7

Please sign in to comment.