From db82f7770596c3e2c8af53eb65815ac304db9337 Mon Sep 17 00:00:00 2001 From: LouiseMedova Date: Wed, 21 Aug 2024 17:16:40 +0300 Subject: [PATCH] fixed test --- Cargo.lock | 2 +- gear-programs/vft-gateway/Cargo.toml | 1 - gear-programs/vft-gateway/src/wasm/Cargo.toml | 3 ++- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a069661..f36c54f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13839,7 +13839,6 @@ name = "vft-gateway-app" version = "0.1.0" dependencies = [ "blake2", - "extended_vft_wasm", "gbuiltin-eth-bridge", "gclient 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "gear-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -13870,6 +13869,7 @@ name = "vft_gateway_wasm" version = "0.1.0" dependencies = [ "blake2", + "extended_vft_wasm", "gear-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "gear-wasm-builder 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "gtest 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/gear-programs/vft-gateway/Cargo.toml b/gear-programs/vft-gateway/Cargo.toml index 80423f0b..cbaeaa9c 100644 --- a/gear-programs/vft-gateway/Cargo.toml +++ b/gear-programs/vft-gateway/Cargo.toml @@ -20,4 +20,3 @@ tokio.workspace = true blake2.workspace = true gear-core.workspace = true primitive-types.workspace = true -extended_vft_wasm.workspace = true diff --git a/gear-programs/vft-gateway/src/wasm/Cargo.toml b/gear-programs/vft-gateway/src/wasm/Cargo.toml index 0b34045b..e9c3211d 100644 --- a/gear-programs/vft-gateway/src/wasm/Cargo.toml +++ b/gear-programs/vft-gateway/src/wasm/Cargo.toml @@ -21,4 +21,5 @@ scale-info.workspace = true sails-rs.workspace = true tokio.workspace = true blake2 = { version = "0.10.6", default-features = false } -gear-core.workspace = true \ No newline at end of file +gear-core.workspace = true +extended_vft_wasm.workspace = true