Skip to content

Commit

Permalink
Bump Bazel build to rustc 1.85.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 20, 2025
1 parent 2379562 commit aeec460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bazel_dep(name = "rules_rust", version = "0.57.1")

rust = use_extension("@rules_rust//rust:extensions.bzl", "rust")
rust.toolchain(
versions = ["1.84.1"],
versions = ["1.85.0"],
)
use_repo(rust, "rust_toolchains")

Expand Down

0 comments on commit aeec460

Please sign in to comment.