From fdd7cad6120e300697553d3a136a23862d1b924f Mon Sep 17 00:00:00 2001 From: Chris O'Neil Date: Wed, 8 Jul 2026 00:31:18 +0100 Subject: [PATCH] chore(release): release ant-node from main -> 0.14.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e05c39bf..7eb5b398 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,7 +809,7 @@ dependencies = [ [[package]] name = "ant-node" -version = "0.14.2" +version = "0.14.3" dependencies = [ "alloy", "ant-protocol", diff --git a/Cargo.toml b/Cargo.toml index e34b4ad4..ca894682 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ant-node" -version = "0.14.2" +version = "0.14.3" edition = "2021" authors = ["David Irvine "] description = "Pure quantum-proof network node for the Autonomi decentralized network"