forked from facebook/buck2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrust-toolchain
More file actions
16 lines (15 loc) · 778 Bytes
/
Copy pathrust-toolchain
File metadata and controls
16 lines (15 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[toolchain]
# When you update `channel` below you must:
#
# * Update `HACKING.md` (two instances).
# * Update `docs/getting_started/install.md` (two instances).
# * Update `../common/rust/tools/reindeer/rust-toolchain` (one instance)
# * Update `../target_determinator/oss/rust-toolchain` (one instance)
# * Update `../common/ocaml/interop/rust-toolchain` (one instance)
# * NOTE: You may have to change this ocaml file in a follow up commit as ocamlrep
# has a dependency on buck2 git trunk.
# * Update `../monarch/rust-toolchain` (one instance)
# * Update `../scripts/allencwang/cluster/six_agent/rust-toolchain` (one instance)
# @rustc_version: rustc 1.94.0-nightly (fe98ddcfc 2026-01-17)
channel = "nightly-2026-01-18"
components = ["llvm-tools-preview", "rust-src"]