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
17 lines (16 loc) · 832 Bytes
/
rust-toolchain
File metadata and controls
17 lines (16 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[toolchain]
# When you update `channel` below you must:
#
# * Update the `rustc_version` directive (read by `app/buck2_core/build.rs`).
# * Update `HACKING.md` (two instances).
# * Update `docs/about/getting_started.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)
# @rustc_version: rustc 1.89.0-nightly (255aa2208 2025-06-19)
channel = "nightly-2025-06-20"
components = ["llvm-tools-preview","rust-src"]