aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2021-08-27 13:01:30 -0700
committerDavid Tolnay <dtolnay@gmail.com>2021-08-27 13:01:30 -0700
commit72855547396943962f933b08473f2919b3d36f6f (patch)
treed9744e598aa665b8f93b4619cca620089ed258d1
parentc5285c7143ecd18d7decb3fa835040ce14a6a4f8 (diff)
downloadcxx-72855547396943962f933b08473f2919b3d36f6f.tar.gz
Update Bazel build to rustc 1.54.0
-rw-r--r--WORKSPACE2
1 files changed, 1 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 3b236e2d..08aacf21 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -14,7 +14,7 @@ http_archive(
load("@rules_rust//rust:repositories.bzl", "rust_repositories")
-RUST_VERSION = "1.51.0"
+RUST_VERSION = "1.54.0"
rust_repositories(
edition = "2018",