Skip to content

Commit

Permalink
Bump Bazel build to rustc 1.84.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 9, 2025
1 parent e247ca0 commit 47ec95b
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.56.0")

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

Expand Down

0 comments on commit 47ec95b

Please sign in to comment.