Skip to content

Commit

Permalink
Bump post-rs to v0.4.1 - more logs during initialization (#4730)
Browse files Browse the repository at this point in the history
## Motivation
Bump post-rs to new version, which includes more logs for better view into initialization process

Changelog in https://github.com/spacemeshos/post-rs/releases/tag/v0.4.1
  • Loading branch information
poszu committed Jul 20, 2023
1 parent 89c0f60 commit 68d196b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile-libs.Inc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ else
endif
endif

POSTRS_SETUP_REV = 0.4.0
POSTRS_SETUP_REV = 0.4.1
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)
POSTRS_PROFILER_ZIP = profiler-$(platform)-v$(POSTRS_SETUP_REV).zip
Expand Down

0 comments on commit 68d196b

Please sign in to comment.