servo/rust-toolchain.toml
Martin Robinson 27527142bd
Update rust version to "nightly-2023-03-18" (#30630)
This is necessary to update the network stack.
2023-11-01 13:28:26 +00:00

11 lines
305 B
TOML

[toolchain]
channel = "nightly-2023-03-18"
components = [
# https://github.com/rust-lang/rust/issues/72594#issuecomment-633779564
"llvm-tools",
# For components/script_plugins, https://github.com/rust-lang/rust/pull/67469
"rustc-dev",
"rust-docs",
"rustfmt",
]
profile = "minimal"