Skip to content

Commit

Permalink
Bump Bazel build to rustc 1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 7, 2024
1 parent f5ab199 commit 340fbaa
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Expand Up @@ -5,7 +5,7 @@ bazel_dep(name = "rules_rust", version = "0.42.1")

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

Expand Down
102 changes: 51 additions & 51 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 340fbaa

Please sign in to comment.