Bump Bazel build to rustc 1.63.0

This commit is contained in:
David Tolnay 2022-11-18 01:12:09 -08:00
parent 513371edca
commit cc06082ad6
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.62.0"
RUST_VERSION = "1.63.0"
rules_rust_dependencies()