From 2f1f670db89f6b1334715cb79e7599345306b9b5 Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Tue, 6 Jan 2026 09:33:18 +0000 Subject: [PATCH] Minor comment change --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ba2a62da74..583782f997 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -378,8 +378,7 @@ 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 -# these versions should be kept in line with the workspace version defined above +# Workspace deps to publish to crates.io nym-api-requests = { version = "1.20.1", path = "nym-api/nym-api-requests" } nym-authenticator-requests = { version = "1.20.1", path = "common/authenticator-requests" } nym-async-file-watcher = { version = "1.20.1", path = "common/async-file-watcher" }