aboutsummaryrefslogtreecommitdiffstats
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorDelan Azabani <dazabani@igalia.com>2024-01-05 10:15:16 +0800
committerGitHub <noreply@github.com>2024-01-05 02:15:16 +0000
commitc219204084b8f8a747ebd37ec75472c1b7e97411 (patch)
treebfd17e2ebc4c1d0394dfb547c848e2ca97cca218 /rust-toolchain.toml
parent21d9c2cc637842118adc5af682422e3df994710b (diff)
downloadservo-c219204084b8f8a747ebd37ec75472c1b7e97411.tar.gz
servo-c219204084b8f8a747ebd37ec75472c1b7e97411.zip
Fix crown on NixOS (#30987)
* 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
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 9c2fd1a734f..8807a1bccd9 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,5 +1,7 @@
[toolchain]
+# Be sure to update etc/shell.nix when bumping this!
channel = "1.74"
+
components = [
# For support/crown
"llvm-tools",