From 775250b0ee892e2e0f432da36d195d9c535432e6 Mon Sep 17 00:00:00 2001 From: dynco-nym <173912580+dynco-nym@users.noreply.github.com> Date: Thu, 5 Jun 2025 20:25:09 +0200 Subject: [PATCH] Bump package version --- Cargo.lock | 2 +- nym-node-status-api/nym-node-status-api/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72ab1e35b3..ad0cbab05c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6664,7 +6664,7 @@ dependencies = [ [[package]] name = "nym-node-status-api" -version = "2.3.3" +version = "2.4.0" dependencies = [ "ammonia", "anyhow", diff --git a/nym-node-status-api/nym-node-status-api/Cargo.toml b/nym-node-status-api/nym-node-status-api/Cargo.toml index 0f47babceb..cd6d5aa50f 100644 --- a/nym-node-status-api/nym-node-status-api/Cargo.toml +++ b/nym-node-status-api/nym-node-status-api/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "nym-node-status-api" -version = "2.3.3" +version = "2.4.0" authors.workspace = true repository.workspace = true homepage.workspace = true @@ -24,7 +24,7 @@ futures-util = { workspace = true } itertools = { workspace = true } moka = { workspace = true, features = ["future"] } # TODO dz had to switch to cheddar versions because develop is ahead of current -# Nym API deployment: revert before merge +# Nym API: revert after Cheddar is out nym-contracts-common = { git = "https://github.com/nymtech/nym.git", branch = "release/2025.11-cheddar" } nym-mixnet-contract-common = { git = "https://github.com/nymtech/nym.git", branch = "release/2025.11-cheddar" } nym-bin-common = { git = "https://github.com/nymtech/nym.git", branch = "release/2025.11-cheddar" }