aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2022-11-18 01:12:59 -0800
committerDavid Tolnay <dtolnay@gmail.com>2022-12-02 23:13:52 -0800
commit77d9eda19190c3494b189cecc48700ec47f5db37 (patch)
treeb5c4e0e50480f12d7403a3a35951ac0d82d8c450
parent4d6a99988a47f7c5549113ce55edd66dc2cc6988 (diff)
downloadcxx-77d9eda19190c3494b189cecc48700ec47f5db37.tar.gz
Bump Bazel build to rustc 1.64.0
-rw-r--r--WORKSPACE2
1 files changed, 1 insertions, 1 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 685d3459..c809afcf 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -14,7 +14,7 @@ http_archive(
load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains")
-RUST_VERSION = "1.63.0"
+RUST_VERSION = "1.64.0"
rules_rust_dependencies()