Skip to content

Commit 185b679

Browse files
jacderidaclaude
andcommitted
fix: use published crate versions for evmlib 0.5.0 and ant-node 0.8.0
Replace git-based dependencies with crates.io versions now that both crates have been published. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7180886 commit 185b679

2 files changed

Lines changed: 24 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 22 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ant-core/Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ zip = "2"
2424
tower-http = { version = "0.6.8", features = ["cors"] }
2525

2626
# Data operations
27-
# TODO: update to crates.io version once evmlib with merged ant-evm types is released
28-
evmlib = { git = "https://github.com/WithAutonomi/evmlib.git", branch = "feat/merge-ant-evm" }
27+
evmlib = "0.5.0"
2928
xor_name = "5"
3029
self_encryption = "0.35.0"
3130
futures = "0.3"
@@ -36,8 +35,7 @@ tracing = "0.1"
3635
bytes = "1"
3736
lru = "0.16"
3837
rand = "0.8"
39-
# TODO: update to crates.io version once ant-node with evmlib merge is released
40-
ant-node = { git = "https://github.com/WithAutonomi/ant-node.git", branch = "merge-evmlib" }
38+
ant-node = "0.8.0"
4139
saorsa-pqc = "0.5"
4240
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
4341

0 commit comments

Comments
 (0)