Skip to content

Commit 0b02367

Browse files
committed
chore(release): promote rc-2026.8.4 to 0.18.0
1 parent a1541e7 commit 0b02367

2 files changed

Lines changed: 13 additions & 10 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ant-node"
3-
version = "0.18.0-beta.1"
3+
version = "0.18.0"
44
edition = "2021"
55
authors = ["David Irvine <david.irvine@maidsafe.net>"]
66
description = "Pure quantum-proof network node for the Autonomi decentralized network"
@@ -39,10 +39,10 @@ mimalloc = "0.1"
3939
# Until then, the git pin tracks the matching saorsa-core lineage
4040
# (the rc-2026.4.2 branch) so Cargo can unify the wire types here
4141
# with ant-protocol's re-exports.
42-
ant-protocol = { git = "https://github.com/WithAutonomi/ant-protocol", branch = "rc-2026.8.4" }
42+
ant-protocol = "2.3.4"
4343

4444
# Core (provides EVERYTHING: networking, DHT, security, trust, storage)
45-
saorsa-core = { git = "https://github.com/WithAutonomi/saorsa-core", branch = "rc-2026.8.4" }
45+
saorsa-core = "0.27.2"
4646
saorsa-pqc = "0.5"
4747

4848
# Payment verification - autonomi network lookup + EVM payment

0 commit comments

Comments
 (0)