diff options
author | Mukilan Thiyagarajan <mukilan@igalia.com> | 2024-12-12 12:56:16 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-12 07:26:16 +0000 |
commit | 7fcde1f7a30138544f8ad1b279c5e4047e643831 (patch) | |
tree | 524be9953b959288039f45f66783cc07b339b5bc /shell.nix | |
parent | 26f61103d62837e1f8dc9f646b9bfdd36949cd4f (diff) | |
download | servo-7fcde1f7a30138544f8ad1b279c5e4047e643831.tar.gz servo-7fcde1f7a30138544f8ad1b279c5e4047e643831.zip |
build: upgrade rustc to 1.81.0 (#34270)
Signed-off-by: Mukilan Thiyagarajan <mukilan@igalia.com>
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix index 2576e0e454f..1a5ffa33bd4 100644 --- a/shell.nix +++ b/shell.nix @@ -10,7 +10,7 @@ with import (builtins.fetchTarball { overlays = [ (import (builtins.fetchTarball { # Bumped the channel in rust-toolchain.toml? Bump this commit too! - url = "https://github.com/oxalica/rust-overlay/archive/65e3dc0fe079fe8df087cd38f1fe6836a0373aad.tar.gz"; + url = "https://github.com/oxalica/rust-overlay/archive/0be641045af6d8666c11c2c40e45ffc9667839b5.tar.gz"; })) ]; config = { |