Skip to content

Commit

Permalink
Release 0.51.0 (#2881)
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Sep 19, 2024
1 parent 59464fe commit 144d34f
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.50.1",
version = "0.51.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.50.1"
VERSION = "0.51.0"

0 comments on commit 144d34f

Please sign in to comment.