mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
* Update to rust 1.78 * Update crown for rust 1.78 * rust 1.78 is now stable * Update for nix * Update comment Co-authored-by: Martin Robinson <mrobinson@igalia.com> * Update support/crown/src/common.rs * Update support/crown/Cargo.toml * Update support/crown/src/common.rs * Fix ipc problem * Update ipc-channel to 0.18.1 * fixed fixme --------- Co-authored-by: Martin Robinson <mrobinson@igalia.com>
15 lines
282 B
TOML
15 lines
282 B
TOML
[toolchain]
|
|
# Be sure to update etc/shell.nix when bumping this!
|
|
channel = "1.78.0"
|
|
|
|
components = [
|
|
# For support/crown
|
|
"llvm-tools",
|
|
# For support/crown
|
|
"rustc-dev",
|
|
# For docs building
|
|
"rust-docs",
|
|
# For formatting
|
|
"rustfmt",
|
|
]
|
|
profile = "minimal"
|