From 6942cd5d2fb9ddae26a0fa50d945a152e67b4b98 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Thu, 4 Dec 2025 16:00:20 +0000 Subject: [PATCH] remove nym-api from script --- Cargo.toml | 3 ++- publish-sdk.sh | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a05d2a6ab0..073122283e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -379,7 +379,8 @@ zeroize = "1.7.0" prometheus = { version = "0.14.0" } # sdk related deps so we can pull in workspace versions of these in other crates' cargo files, and not have to define the version everywhere -# nym-api = { version = "1.2.0", path = "nym-api" } +# +# these versions should be kept in line with the workspace version defined above nym-bandwidth-controller = { version = "1.2.0", path = "common/bandwidth-controller" } nym-bin-common = { version = "1.2.0", path = "common/bin-common" } nym-client-core = { version = "1.2.0", path = "common/client-core" } diff --git a/publish-sdk.sh b/publish-sdk.sh index 4c6c091233..949aa9e46a 100755 --- a/publish-sdk.sh +++ b/publish-sdk.sh @@ -3,7 +3,6 @@ set -e # SDK and its dependencies PACKAGES=( - # "nym-api" "nym-bandwidth-controller" "nym-bin-common" "nym-client-core"