Skip to content

Commit f127f4a

Browse files
committed
chore(release): cut rc-2026.8.3
1 parent 99d1136 commit f127f4a

2 files changed

Lines changed: 16 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 13 additions & 15 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.17.1"
3+
version = "0.17.2-rc.1"
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 = "2.3.2"
42+
ant-protocol = { git = "https://github.com/WithAutonomi/ant-protocol", branch = "rc-2026.8.3" }
4343

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

4848
# Payment verification - autonomi network lookup + EVM payment

0 commit comments

Comments
 (0)