Skip to content

Commit

Permalink
Bump Bazel build to rustc 1.62.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 18, 2022
1 parent 090e76e commit 3cdabff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ http_archive(

load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_register_toolchains")

RUST_VERSION = "1.61.0"
RUST_VERSION = "1.62.0"

rules_rust_dependencies()

Expand Down

0 comments on commit 3cdabff

Please sign in to comment.