aboutsummaryrefslogtreecommitdiffstats
path: root/shell.nix
diff options
context:
space:
mode:
authorMukilan Thiyagarajan <mukilan@igalia.com>2024-12-12 12:56:16 +0530
committerGitHub <noreply@github.com>2024-12-12 07:26:16 +0000
commit7fcde1f7a30138544f8ad1b279c5e4047e643831 (patch)
tree524be9953b959288039f45f66783cc07b339b5bc /shell.nix
parent26f61103d62837e1f8dc9f646b9bfdd36949cd4f (diff)
downloadservo-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.nix2
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 = {