Skip to content

Commit

Permalink
Bump Bazel build to rustc 1.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jul 18, 2023
1 parent 3655e47 commit 17dd586
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 @@ -13,7 +13,7 @@ load("@rules_rust//rust:repositories.bzl", "rules_rust_dependencies", "rust_regi
rules_rust_dependencies()

rust_register_toolchains(
versions = ["1.70.0"],
versions = ["1.71.0"],
)

load("@rules_rust//crate_universe:repositories.bzl", "crate_universe_dependencies")
Expand Down

0 comments on commit 17dd586

Please sign in to comment.