Update bazel build to rustc 1.46

This commit is contained in:
David Tolnay 2020-08-31 01:05:57 -07:00
parent ad3dbdc535
commit d300109c6f
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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",
)