Skip to content

Commit

Permalink
Revert "Bump Bazel build to rustc 1.85.0"
Browse files Browse the repository at this point in the history
This is blocked on bazelbuild/rules_rust#3251.

This reverts commit aeec460.
  • Loading branch information
dtolnay committed Feb 20, 2025
1 parent 0c114be commit 94e8e46
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.85.0"],
versions = ["1.84.1"],
)
use_repo(rust, "rust_toolchains")

Expand Down

0 comments on commit 94e8e46

Please sign in to comment.