aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMukilan Thiyagarajan <mukilan@igalia.com>2023-10-27 15:40:00 +0530
committerGitHub <noreply@github.com>2023-10-27 15:40:00 +0530
commit0d990ad248b5a6546f3e6fa2977b4a4921e9dbd6 (patch)
tree315e575cd82d3f89be12224a40420351b0d8f947
parentfaf928f3a86a704b213dc6bb821fcb2f3f352285 (diff)
downloadservo-upgrade-rustc-to-03-25-nightly.tar.gz
servo-upgrade-rustc-to-03-25-nightly.zip
Update rust toolchain to 2023-03-25 nightlyupgrade-rustc-to-03-25-nightly
As rust-cssparser [breaks][1] with 2023-03-26, we move to nightly just before this. The idea is that 03-25 has rustc 1.70 and might [unblock][2] the network stack upgrade. [1]: https://github.com/servo/servo/pull/29993#issuecomment-1636725472 [2]: https://github.com/servo/servo/pull/30612#issuecomment-1782015942
-rw-r--r--rust-toolchain.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index fbaacf021be..67444151e36 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,5 +1,5 @@
[toolchain]
-channel = "nightly-2023-02-01"
+channel = "nightly-2023-03-25"
components = [
# https://github.com/rust-lang/rust/issues/72594#issuecomment-633779564
"llvm-tools",