mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Update Rust to 1.80.1 (#33008)
* Update rust to 1.80.1 Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> * Update shell.nix Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com> --------- Signed-off-by: sagudev <16504129+sagudev@users.noreply.github.com>
This commit is contained in:
parent
df8ccafa7c
commit
d29e937f7e
2 changed files with 2 additions and 2 deletions
|
@ -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/8b81b8ed00b20fd57b24adcb390bd96ea81ecd90.tar.gz";
|
||||
url = "https://github.com/oxalica/rust-overlay/archive/65e3dc0fe079fe8df087cd38f1fe6836a0373aad.tar.gz";
|
||||
}))
|
||||
];
|
||||
config = {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[toolchain]
|
||||
# Be sure to update etc/shell.nix when bumping this!
|
||||
channel = "1.80.0"
|
||||
channel = "1.80.1"
|
||||
|
||||
components = [
|
||||
# For support/crown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue