Skip to content

Commit 969ed00

Browse files
authored
Merge pull request #189 from WithAutonomi/rc-2026.9.1
chore(release): promote rc-2026.9.1
2 parents 246e9f5 + dbc01ce commit 969ed00

3 files changed

Lines changed: 15 additions & 15 deletions

File tree

Cargo.lock

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

ant-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ant-cli"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
edition = "2021"
55
description = "Unified CLI (`ant`) for the Autonomi network: store and retrieve data, and manage local nodes."
66
license = "MIT OR Apache-2.0"

ant-core/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ant-core"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
edition = "2021"
55
description = "Headless Rust library for the Autonomi network: data storage and retrieval with self-encryption and EVM payments, plus node lifecycle management."
66
license = "MIT OR Apache-2.0"
@@ -37,7 +37,7 @@ tower-http = { version = "0.6.8", features = ["cors"] }
3737
# under `ant_protocol::{evm, transport, pqc}`. This is the ONE pin for
3838
# those three deps — do not add direct evmlib/saorsa-core/saorsa-pqc
3939
# deps here or the version can skew between ant-client and ant-node.
40-
ant-protocol = "2.3.4"
40+
ant-protocol = "2.3.5"
4141
xor_name = "5"
4242
self_encryption = "0.36"
4343
futures = "0.3"
@@ -65,7 +65,7 @@ sysinfo = { version = "0.32", default-features = false, features = ["system"] }
6565
# `ant-protocol` pin above points at a released version, this ant-node must
6666
# track the matching released version carrying the same saorsa-core /
6767
# ant-protocol lineage.
68-
ant-node = { version = "0.18.0", optional = true }
68+
ant-node = { version = "0.18.1", optional = true }
6969
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
7070

7171
[target.'cfg(unix)'.dependencies]
@@ -96,7 +96,7 @@ test-utils = []
9696
# always compile even without the `devnet` feature. Pinned to the same
9797
# version as the runtime dep so there is a single ant-node /
9898
# saorsa-core version across the whole graph.
99-
ant-node = { version = "0.18.0", features = ["test-utils"] }
99+
ant-node = { version = "0.18.1", features = ["test-utils"] }
100100
serial_test = "3"
101101
anyhow = "1"
102102
alloy = { version = "1.6", features = ["node-bindings"] }

0 commit comments

Comments
 (0)