mirror of
https://github.com/topjohnwu/cxx.git
synced 2024-11-24 04:20:02 +00:00
Update bazel build to rustc 1.46
This commit is contained in:
parent
ad3dbdc535
commit
d300109c6f
@ -24,13 +24,13 @@ bazel_version(name = "bazel_version")
|
||||
load("@io_bazel_rules_rust//rust:repositories.bzl", "rust_repository_set")
|
||||
|
||||
rust_repository_set(
|
||||
name = "rust_1_45_linux",
|
||||
name = "rust_1_46_linux",
|
||||
exec_triple = "x86_64-unknown-linux-gnu",
|
||||
version = "1.45.0",
|
||||
version = "1.46.0",
|
||||
)
|
||||
|
||||
rust_repository_set(
|
||||
name = "rust_1_45_darwin",
|
||||
name = "rust_1_46_darwin",
|
||||
exec_triple = "x86_64-apple-darwin",
|
||||
version = "1.45.0",
|
||||
version = "1.46.0",
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user