Skip to content

Commit

Permalink
Bump post-rs to 0.7.12 (#6323)
Browse files Browse the repository at this point in the history
## Motivation

Bump post-rs to the latest version [0.7.12](https://github.com/spacemeshos/post-rs/releases/tag/v0.7.12)
  • Loading branch information
poszu committed Sep 20, 2024
1 parent 3053dca commit 062d40c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile-libs.Inc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ else
endif
endif

POSTRS_SETUP_REV = 0.7.11
POSTRS_SETUP_REV = 0.7.13
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)

Expand Down
4 changes: 2 additions & 2 deletions systest/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ tmpfile := $(shell mktemp /tmp/systest-XXX)
test_name ?= TestSmeshing
org ?= spacemeshos
image_name ?= $(org)/systest:$(version_info)
certifier_image ?= spacemeshos/certifier-service:v0.7.11
certifier_image ?= spacemeshos/certifier-service:v0.7.13
poet_image ?= $(org)/poet:v0.10.3
post_service_image ?= $(org)/post-service:v0.7.11
post_service_image ?= $(org)/post-service:v0.7.13
post_init_image ?= $(org)/postcli:v0.12.5
smesher_image ?= $(org)/go-spacemesh-dev:$(version_info)
bs_image ?= $(org)/go-spacemesh-dev-bs:$(version_info)
Expand Down

0 comments on commit 062d40c

Please sign in to comment.