Skip to content

Commit

Permalink
Dependency Redbug updated from 2.0.7 to 2.1.0
Browse files Browse the repository at this point in the history
(cherry picked from commit 770dfd6)

Conflicts:
	rabbitmq-components.mk
(cherry picked from commit c348501)

# Conflicts:
#	rabbitmq-components.mk
  • Loading branch information
SimonUnge authored and mergify[bot] committed Oct 8, 2024
1 parent 8bb52ad commit 85fa174
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 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
5 changes: 5 additions & 0 deletions rabbitmq-components.mk
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,13 @@ dep_prometheus = hex 4.11.0
dep_ra = hex 2.13.5
dep_ranch = hex 2.1.0
dep_recon = hex 2.5.3
<<<<<<< HEAD
dep_redbug = hex 2.0.7
dep_thoas = hex 1.2.1
=======
dep_redbug = hex 2.1.0
dep_thoas = hex 1.0.0
>>>>>>> c348501db2 (Dependency Redbug updated from 2.0.7 to 2.1.0)
dep_observer_cli = hex 1.7.5
dep_seshat = git https://github.com/rabbitmq/seshat v0.6.1
dep_stdout_formatter = hex 0.2.4
Expand Down

0 comments on commit 85fa174

Please sign in to comment.