Skip to content

Commit

Permalink
Prep release 0.52.0 (#2910)
Browse files Browse the repository at this point in the history
This has Bazel 8 compatibility fixes we want to get released before the
first RC is cut next week.
  • Loading branch information
illicitonion authored Oct 4, 2024
1 parent 16cd457 commit 26589a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module(
name = "rules_rust",
version = "0.51.0",
version = "0.52.0",
)

bazel_dep(
Expand Down
2 changes: 1 addition & 1 deletion version.bzl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""The version of rules_rust."""

VERSION = "0.51.0"
VERSION = "0.52.0"

0 comments on commit 26589a3

Please sign in to comment.