Skip to content

Commit

Permalink
Bump post-rs to v0.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu committed Nov 27, 2024
1 parent 1081a13 commit 9f2be40
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 @@ -46,7 +46,7 @@ else
endif
endif

POSTRS_SETUP_REV = 0.8.1
POSTRS_SETUP_REV = 0.8.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)

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 ?= $(org)/certifier-service:v0.7.13
certifier_image ?= $(org)/certifier-service:v0.8.4
poet_image ?= $(org)/poet:v0.10.10
post_service_image ?= $(org)/post-service:v0.7.13
post_service_image ?= $(org)/post-service:v0.8.4
post_init_image ?= $(org)/postcli:v0.12.5
smesher_image ?= $(org)/go-spacemesh-dev:$(version_info)
old_smesher_image ?= $(org)/go-spacemesh-dev:7b9337a # Update this when new version is released
Expand Down

0 comments on commit 9f2be40

Please sign in to comment.