Merge pull request #9499 from rabbitmq/rin/update-seshat

Update seshat 0.6.1
This commit is contained in:
Rin Kuryloski 2023-09-21 10:00:03 +02:00 committed by GitHub
commit 963b8a7290
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ PLT_APPS += mnesia
dep_syslog = git https://github.com/schlagert/syslog 4.0.0
dep_osiris = git https://github.com/rabbitmq/osiris v1.6.7
dep_systemd = hex 0.6.1
dep_seshat = hex 0.4.0
dep_seshat = git https://github.com/rabbitmq/seshat v0.6.1
define usage_xml_to_erl
$(subst __,_,$(patsubst $(DOCS_DIR)/rabbitmq%.1.xml, src/rabbit_%_usage.erl, $(subst -,_,$(1))))