From 6cb2fc8445dfe552eae1385496b0fea5fcb7c8ae Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Fri, 4 Jul 2025 15:01:11 +0200 Subject: [PATCH] before directory modification --- sdk/rust/nym-sdk/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/rust/nym-sdk/Cargo.toml b/sdk/rust/nym-sdk/Cargo.toml index cee9abe880..b3c7b17b59 100644 --- a/sdk/rust/nym-sdk/Cargo.toml +++ b/sdk/rust/nym-sdk/Cargo.toml @@ -50,8 +50,8 @@ nym-bin-common = { workspace = true, features = [ "basic_tracing", ] } -# nym-ip-packet-client = { git = "https://github.com/nymtech/nym-vpn-client", rev = "5c3aacfce158aac73cbd3fd905d90269f8bacc01" } -# nym-gateway-directory +nym-ip-packet-client = { path = "../../../nym-ip-packet-client" } +nym-gateway-directory = { path = "../../../nym-gateway-directory" } bytecodec = { workspace = true } httpcodec = { workspace = true }