diff --git a/solana/Cargo.lock b/solana/Cargo.lock index e27de4ac..839efc20 100644 --- a/solana/Cargo.lock +++ b/solana/Cargo.lock @@ -6971,7 +6971,6 @@ dependencies = [ [[package]] name = "wormhole-svm-definitions" version = "0.1.0" -source = "git+https://github.com/wormhole-foundation/wormhole.git?rev=33dd6a56541c2d15d3e20faa1330ba542a5fa727#33dd6a56541c2d15d3e20faa1330ba542a5fa727" dependencies = [ "borsh 1.5.0", "cfg-if", @@ -6982,7 +6981,6 @@ dependencies = [ [[package]] name = "wormhole-svm-shim" version = "0.1.0" -source = "git+https://github.com/wormhole-foundation/wormhole.git?rev=33dd6a56541c2d15d3e20faa1330ba542a5fa727#33dd6a56541c2d15d3e20faa1330ba542a5fa727" dependencies = [ "solana-program", "wormhole-svm-definitions", @@ -7173,11 +7171,3 @@ dependencies = [ "cc", "pkg-config", ] - -[[patch.unused]] -name = "wormhole-svm-definitions" -version = "0.1.0" - -[[patch.unused]] -name = "wormhole-svm-shim" -version = "0.1.0" diff --git a/solana/Cargo.toml b/solana/Cargo.toml index 558cb435..7575ed56 100644 --- a/solana/Cargo.toml +++ b/solana/Cargo.toml @@ -52,7 +52,7 @@ bytemuck = "1.13.0" wormhole-svm-shim = { git = "https://github.com/wormhole-foundation/wormhole.git", rev = "33dd6a56541c2d15d3e20faa1330ba542a5fa727" } wormhole-svm-definitions = { git = "https://github.com/wormhole-foundation/wormhole.git", rev = "33dd6a56541c2d15d3e20faa1330ba542a5fa727", features = ["borsh"] } -[patch."https://github.com/wormholelabs-xyz/wormhole.git"] +[patch."https://github.com/wormhole-foundation/wormhole.git"] wormhole-svm-shim = { path = "lib/wormhole/svm/wormhole-core-shims/crates/shim" } wormhole-svm-definitions = { path = "lib/wormhole/svm/wormhole-core-shims/crates/definitions" }