Bump Bazel build to rustc 1.64.0

This commit is contained in:
David Tolnay 2022-11-18 01:12:59 -08:00
parent 4d6a99988a
commit 77d9eda191
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -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()