Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion nix/pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
(self: super: {
# When you change the rust-nightly version,
# make sure to change the rustStdDepsHash in ./rts.nix accordingly.
rust-nightly = self.rust-bin.nightly."2025-06-19".default.override {
rust-nightly = self.rust-bin.nightly."2025-07-19".default.override {
extensions = [ "rust-src" ];
targets = [ "wasm32-wasip1" ];
};
Expand Down
2 changes: 1 addition & 1 deletion nix/rts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let
vendorRustStdDeps = "${cargoVendorTools}/bin/vendor-rust-std-deps";

# SHA256 of Rust std deps
rustStdDepsHash = "sha256-kEj5g2v39atLfxuY8dmZ+9qdcJVNE8dwkaOghiLBhj0=";
rustStdDepsHash = "sha256-N6DDytOiVRhTRbClTOMOITov03Az2ZC5YOrezLM4N4k=";

# Vendor directory for Rust std deps
rustStdDeps = pkgs.stdenvNoCC.mkDerivation {
Expand Down
Loading