From 5e2b0c5025660d9b64b0e267bcd7be34cee75687 Mon Sep 17 00:00:00 2001 From: Matthias <5011972+fasmat@users.noreply.github.com> Date: Fri, 22 Mar 2024 10:30:10 +0000 Subject: [PATCH] Update post-rs dependency --- Makefile.Inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.Inc b/Makefile.Inc index 229b40a9d..808f7f8be 100644 --- a/Makefile.Inc +++ b/Makefile.Inc @@ -51,7 +51,7 @@ else endif # Also update 'SUPPORTED_VERSION' in internal/postrs/version_check.go -POSTRS_SETUP_REV = 0.7.4 +POSTRS_SETUP_REV = 0.7.5 POSTRS_SETUP_ZIP = libpost-$(platform)-v$(POSTRS_SETUP_REV).zip POSTRS_SETUP_URL_ZIP ?= https://github.com/spacemeshos/post-rs/releases/download/v$(POSTRS_SETUP_REV)/$(POSTRS_SETUP_ZIP)