mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
* Fix crown on NixOS * no need to install libs, because there are none * fix program name in usage message * use the cargo provided by each buildPhase * cargo update --offline can be used to reformat lockfiles * document how to keep rust-toolchain.toml and etc/shell.nix in sync * clarify comment about allowBuiltinFetchGit * fix license * clarify purpose of filterlock * explain why crown must not use workspace dependencies
15 lines
280 B
TOML
15 lines
280 B
TOML
[toolchain]
|
|
# Be sure to update etc/shell.nix when bumping this!
|
|
channel = "1.74"
|
|
|
|
components = [
|
|
# For support/crown
|
|
"llvm-tools",
|
|
# For support/crown
|
|
"rustc-dev",
|
|
# For docs building
|
|
"rust-docs",
|
|
# For formatting
|
|
"rustfmt",
|
|
]
|
|
profile = "minimal"
|