Skip to content

Commit

Permalink
Bump Bazel build to rustc 1.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 9, 2023
1 parent 459ac61 commit 2f41b23
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.67.0"],
versions = ["1.68.0"],
)

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

0 comments on commit 2f41b23

Please sign in to comment.