From f94081092c25b5567d6b79a3b7a9d40de5a78acc Mon Sep 17 00:00:00 2001 From: kwt <4344285+kwtalley@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:09:13 -0600 Subject: [PATCH] update provwasm-test-tube manifest --- packages/provwasm-test-tube/Cargo.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/provwasm-test-tube/Cargo.toml b/packages/provwasm-test-tube/Cargo.toml index 6f8d4d3..df1cb7b 100644 --- a/packages/provwasm-test-tube/Cargo.toml +++ b/packages/provwasm-test-tube/Cargo.toml @@ -13,7 +13,6 @@ categories = ["api-bindings", "cryptography::cryptocurrencies", "wasm"] exclude = ["provenance", "test_artifacts"] [dependencies] -base64 = { workspace = true } cosmrs = { workspace = true } cosmwasm-std = { workspace = true } provwasm-std = { workspace = true } @@ -21,12 +20,9 @@ prost = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } test-tube-prov = { workspace = true } -thiserror = { workspace = true } [build-dependencies] bindgen = "0.69.1" [dev-dependencies] -cw1-whitelist = "2.0.0" -rayon = { workspace = true } -marker = { git = "https://github.com/provenance-io/provwasm", branch = "main" } +cw1-whitelist = "2.0.0" \ No newline at end of file