Skip to content

Commit

Permalink
Merge pull request #12494 from rabbitmq/mergify/bp/v3.13.x/pr-12484
Browse files Browse the repository at this point in the history
3.13.x: upgrade Redbug to 2.1.0 (backport #12484)
  • Loading branch information
michaelklishin authored Oct 8, 2024
2 parents fe85612 + 5b974d7 commit 94ccc8a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,8 @@ erlang_package.hex_package(
erlang_package.hex_package(
name = "redbug",
build_file = "@rabbitmq-server//bazel:BUILD.redbug",
sha256 = "3624feb7a4b78fd9ae0e66cc3158fe7422770ad6987a1ebf8df4d3303b1c4b0c",
version = "2.0.7",
sha256 = "55d6d59697481ca4cc5ad54749aa6d78299aa8a8096027e7ae1f59db9dc94c78",
version = "2.1.0",
)

erlang_package.hex_package(
Expand Down
7 changes: 6 additions & 1 deletion bazel/BUILD.redbug
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,12 @@ filegroup(
],
)

filegroup(name = "private_hdrs")
filegroup(
name = "private_hdrs",
srcs = [
"src/redbug_dbg.hrl",
],
)

filegroup(name = "public_hdrs")

Expand Down
2 changes: 1 addition & 1 deletion rabbitmq-components.mk
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ dep_prometheus = hex 4.11.0
dep_ra = hex 2.13.5
dep_ranch = hex 2.1.0
dep_recon = hex 2.5.6
dep_redbug = hex 2.0.7
dep_redbug = hex 2.1.0
dep_thoas = hex 1.2.1
dep_observer_cli = hex 1.7.5
dep_seshat = git https://github.com/rabbitmq/seshat v0.6.1
Expand Down

0 comments on commit 94ccc8a

Please sign in to comment.