Skip to content

Commit

Permalink
Release 0.55.1
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre committed Dec 6, 2024
1 parent 456788d commit 6381c5f
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 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.55.0",
version = "0.55.1",
)

###############################################################################
Expand Down
4 changes: 2 additions & 2 deletions extensions/bindgen/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

module(
name = "rules_rust_bindgen",
version = "0.55.0",
version = "0.55.1",
)

bazel_dep(
name = "rules_rust",
version = "0.55.0",
version = "0.55.1",
)
local_path_override(
module_name = "rules_rust",
Expand Down
4 changes: 2 additions & 2 deletions extensions/prost/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

module(
name = "rules_rust_prost",
version = "0.55.0",
version = "0.55.1",
)

bazel_dep(
name = "rules_rust",
version = "0.55.0",
version = "0.55.1",
)
local_path_override(
module_name = "rules_rust",
Expand Down
4 changes: 2 additions & 2 deletions extensions/protobuf/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

module(
name = "rules_rust_protobuf",
version = "0.55.0",
version = "0.55.1",
)

bazel_dep(
name = "rules_rust",
version = "0.55.0",
version = "0.55.1",
)
local_path_override(
module_name = "rules_rust",
Expand Down
4 changes: 2 additions & 2 deletions extensions/wasm_bindgen/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

module(
name = "rules_rust_wasm_bindgen",
version = "0.55.0",
version = "0.55.1",
)

bazel_dep(
name = "rules_rust",
version = "0.55.0",
version = "0.55.1",
)
local_path_override(
module_name = "rules_rust",
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.55.0"
VERSION = "0.55.1"

0 comments on commit 6381c5f

Please sign in to comment.