1
2
3
4
5
6
7
|
# The pinned toolchains, fetched by buck rather than by the shims. See
# ../dist.bzl; the versions and digests come from scripts/*.dotslash.
load("//:dist.bzl", "rust_dist", "zig_dist")
rust_dist(name = "rust", platform = "linux-x86_64")
zig_dist(name = "zig", platform = "linux-x86_64")
|