From 51ca727ff2ced7428f326e2a93c05ea8e5dedc53 Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Mon, 14 Apr 2025 15:03:37 +0200 Subject: [PATCH] revert nym-api version bump --- nym-api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nym-api/Cargo.toml b/nym-api/Cargo.toml index 8366580eb8..b2714b9436 100644 --- a/nym-api/Cargo.toml +++ b/nym-api/Cargo.toml @@ -4,7 +4,7 @@ [package] name = "nym-api" license = "GPL-3.0" -version = "1.1.56" +version = "1.1.55" authors.workspace = true edition = "2021" rust-version.workspace = true