From dbcd6f45a20ded1a40f43a46f10809992c88ae1c Mon Sep 17 00:00:00 2001 From: Guillermo Bescos Date: Wed, 24 Jan 2024 16:46:12 +0000 Subject: [PATCH] Cleanup --- target_chains/cosmwasm/Cargo.lock | 5 ----- target_chains/cosmwasm/Cargo.toml | 5 ++--- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/target_chains/cosmwasm/Cargo.lock b/target_chains/cosmwasm/Cargo.lock index e4ef0835bb..24e82fc5f3 100644 --- a/target_chains/cosmwasm/Cargo.lock +++ b/target_chains/cosmwasm/Cargo.lock @@ -2666,8 +2666,3 @@ name = "zeroize" version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9" - -[[patch.unused]] -name = "cw20-wrapped-2" -version = "0.1.0" -source = "git+https://github.com/wormhole-foundation/wormhole?rev=a2cb2a1226d00bada5679dc34f9d4393c9b0795d#a2cb2a1226d00bada5679dc34f9d4393c9b0795d" diff --git a/target_chains/cosmwasm/Cargo.toml b/target_chains/cosmwasm/Cargo.toml index 9f9f38e127..969a48011f 100644 --- a/target_chains/cosmwasm/Cargo.toml +++ b/target_chains/cosmwasm/Cargo.toml @@ -2,6 +2,8 @@ members = ["contracts/pyth", "sdk/rust"] exclude = ["examples/cw-contract"] +resolver = "2" + [profile.release] opt-level = 3 debug = false @@ -12,6 +14,3 @@ codegen-units = 1 panic = 'abort' incremental = false overflow-checks = true - -[patch.crates-io] -cw20-wrapped-2 = { git = "https://github.com/wormhole-foundation/wormhole", rev = "a2cb2a1226d00bada5679dc34f9d4393c9b0795d"}