diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2020-06-25 13:09:23 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2020-06-25 13:10:31 +0200 |
| commit | 863535e3e8de4ef3cb549c1ce39a6f919e2a5cd6 (patch) | |
| tree | 1b580db8372a7b12e114c23456b07db10940d02c /Makefile | |
| parent | 1c0cab5cddce5e6757fcfb9e10c2ff918bd4c61d (diff) | |
| download | rabbitmq-server-git-863535e3e8de4ef3cb549c1ce39a6f919e2a5cd6.tar.gz | |
Makefile: Upgrade Cuttlefish from 2.2.0 to 2.3.0
This fixes a crash of Cuttlefish when a line is made only of
whitespaces.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -149,7 +149,7 @@ BUILD_DEPS = rabbitmq_cli syslog DEPS = cuttlefish ranch lager rabbit_common ra sysmon_handler stdout_formatter recon observer_cli TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client meck proper -dep_cuttlefish = hex 2.2.0 +dep_cuttlefish = hex 2.3.0 dep_syslog = git https://github.com/schlagert/syslog 3.4.5 define usage_xml_to_erl |
