Skip to content

Commit 9e146e5

Browse files
authored
Release 0.34.1 (#2339)
To test BCR publishing
1 parent 626b353 commit 9e146e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module(
44
name = "rules_rust",
5-
version = "0.34.0",
5+
version = "0.34.1",
66
)
77

88
print("WARNING: The rules_rust Bazel module is still highly experimental and subject to change at any time. Only use it to try out bzlmod for now.") # buildifier: disable=print

version.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""The version of rules_rust."""
22

3-
VERSION = "0.34.0"
3+
VERSION = "0.34.1"

0 commit comments

Comments
 (0)