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"