Skip to content

Commit cc865ef

Browse files
committed
one line fix Cargo.toml
1 parent e73eeeb commit cc865ef

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

solana/Cargo.lock

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

solana/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ bytemuck = "1.13.0"
5252
wormhole-svm-shim = { git = "https://github.com/wormhole-foundation/wormhole.git", rev = "33dd6a56541c2d15d3e20faa1330ba542a5fa727" }
5353
wormhole-svm-definitions = { git = "https://github.com/wormhole-foundation/wormhole.git", rev = "33dd6a56541c2d15d3e20faa1330ba542a5fa727", features = ["borsh"] }
5454

55-
[patch."https://github.com/wormholelabs-xyz/wormhole.git"]
55+
[patch."https://github.com/wormhole-foundation/wormhole.git"]
5656
wormhole-svm-shim = { path = "lib/wormhole/svm/wormhole-core-shims/crates/shim" }
5757
wormhole-svm-definitions = { path = "lib/wormhole/svm/wormhole-core-shims/crates/definitions" }
5858

0 commit comments

Comments
 (0)