Skip to content

Commit

Permalink
bump athena to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
poszu committed Jan 28, 2025
1 parent 184c595 commit 27b28f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Makefile-libs.Inc
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ POSTRS_PROFILER_URL ?= https://github.com/spacemeshos/post-rs/releases/download/
POSTRS_SERVICE_ZIP = post-service-$(platform)-v$(POSTRS_SETUP_REV).zip
POSTRS_SERVICE_URL ?= https://github.com/spacemeshos/post-rs/releases/download/v$(POSTRS_SETUP_REV)/$(POSTRS_SERVICE_ZIP)

ATHENA_SETUP_REV = v0.6.4-alpha.1
ATHENA_SETUP_RELEASE = v0.6.4-alpha.1
ATHENA_SETUP_REV = v0.7.0
ATHENA_SETUP_RELEASE = v0.7.0

ifeq ($(platform), windows)
POSTRS_SETUP_LIBS = post.h post.dll
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ require (
cloud.google.com/go/storage v1.47.0
github.com/ALTree/bigfloat v0.2.0
github.com/ChainSafe/gossamer v0.9.0
github.com/athenavm/athena/ffi/athcon/bindings/go v0.6.4-alpha.1
github.com/athenavm/athena/ffi/athcon/bindings/go v0.7.0
github.com/chaos-mesh/chaos-mesh/api v0.0.0-20241204110417-3c631bce206f
github.com/cosmos/btcutil v1.0.5
github.com/go-llsqlite/crawshaw v0.5.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ github.com/anacrolix/sync v0.3.0 h1:ZPjTrkqQWEfnYVGTQHh5qNjokWaXnjsyXTJSMsKY0TA=
github.com/anacrolix/sync v0.3.0/go.mod h1:BbecHL6jDSExojhNtgTFSBcdGerzNc64tz3DCOj/I0g=
github.com/anacrolix/tagflag v0.0.0-20180109131632-2146c8d41bf0/go.mod h1:1m2U/K6ZT+JZG0+bdMK6qauP49QT4wE5pmhJXOKKCHw=
github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c=
github.com/athenavm/athena/ffi/athcon/bindings/go v0.6.4-alpha.1 h1:qW2zv3P3/nQ8FWTDeWkUYmtYKQlXciuxGujm5IMFrqM=
github.com/athenavm/athena/ffi/athcon/bindings/go v0.6.4-alpha.1/go.mod h1:dgoxFG6b5kBESS03ZC4WSi3vzLcmTTchqwPOVFYiFTc=
github.com/athenavm/athena/ffi/athcon/bindings/go v0.7.0 h1:U3gKdUIdz/KfC8jxlqFUoR7wdfJbAgU6ie/1tjlNF1s=
github.com/athenavm/athena/ffi/athcon/bindings/go v0.7.0/go.mod h1:dgoxFG6b5kBESS03ZC4WSi3vzLcmTTchqwPOVFYiFTc=
github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/benbjohnson/clock v1.3.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA=
github.com/benbjohnson/clock v1.3.5 h1:VvXlSJBzZpA/zum6Sj74hxwYI2DIxRWuNIoXAzHZz5o=
Expand Down

0 comments on commit 27b28f1

Please sign in to comment.