Skip to content

Commit

Permalink
Bump Bazel build to rustc 1.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 28, 2023
1 parent 13c3d97 commit 9dce25b
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.74.1"],
versions = ["1.75.0"],
)

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

0 comments on commit 9dce25b

Please sign in to comment.