From 27b4ff3b23c4b1865838a92106fcdad36137363f Mon Sep 17 00:00:00 2001 From: Trevor Lovell Date: Wed, 24 Jun 2026 22:37:28 +0000 Subject: [PATCH] build: bump node version to 1.4.0 Recent changes to the node have added additional functionality for off-chain-workers (in the runtime) that can be configured using the node CLI. This change bumps the node version in accordance with the new CLI feature. --- Cargo.lock | 2 +- node/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bceec54e..1bd2f9fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -21176,7 +21176,7 @@ dependencies = [ [[package]] name = "sxt-node" -version = "1.3.0" +version = "1.4.0" dependencies = [ "bs58 0.5.1", "clap 4.5.32", diff --git a/node/Cargo.toml b/node/Cargo.toml index 72dfa505..5622bd77 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "sxt-node" description = "The Space and Time Transaction Node" -version = "1.3.0" +version = "1.4.0" license = "Unlicense" authors.workspace = true homepage.workspace = true