-
Notifications
You must be signed in to change notification settings - Fork 435
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bzlmod support for bazel 6 (#2989)
I'm not going to bother adding a new test for this as Bazel 8 is just around the corner and Bazel 6 is about to be dropped.
- Loading branch information
1 parent
2257a60
commit d067471
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
module( | ||
name = "rules_rust", | ||
version = "0.54.0", | ||
version = "0.54.1", | ||
) | ||
|
||
bazel_dep( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
"""The version of rules_rust.""" | ||
|
||
VERSION = "0.54.0" | ||
VERSION = "0.54.1" |