From f51e45c25b95fc37e32c0aac89a706c56d9eb09f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20R=C3=B3=C5=BCa=C5=84ski?= Date: Tue, 19 Mar 2024 15:57:44 +0100 Subject: [PATCH] Bump post-rs to v0.7.4 --- Makefile.Inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.Inc b/Makefile.Inc index 6a65be070..229b40a9d 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.3 +POSTRS_SETUP_REV = 0.7.4 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)