From 97561ebd52b60084418d6f390429ec5494b5a198 Mon Sep 17 00:00:00 2001 From: Buffrr Date: Fri, 17 Apr 2026 06:25:36 +0200 Subject: [PATCH] fix(release): drop version from spaces_testutil workspace dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c43860e..c259e7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ spaces_nums = { path = "nums", version = "0.1.0", default-features = false } sip7 = { path = "sip7", version = "0.1.0", default-features = false } spaces_wallet = { path = "wallet", version = "0.1.0", default-features = false } spaces_client = { path = "client", version = "0.1.0", default-features = false } -spaces_testutil = { path = "testutil", version = "0.1.0", default-features = false } +spaces_testutil = { path = "testutil", default-features = false } # External anyhow = "1.0"