Skip to content

Commit

Permalink
Bump Bazel build to rustc 1.69.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 20, 2023
1 parent 50c1622 commit bbccde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WORKSPACE
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.68.0"],
versions = ["1.69.0"],
)

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

0 comments on commit bbccde6

Please sign in to comment.