Skip to content

Commit 7796fbe

Browse files
authored
FIx (#1381)
1 parent 495a2e9 commit 7796fbe

File tree

2 files changed

+20
-7
lines changed

2 files changed

+20
-7
lines changed

target_chains/cosmwasm/Cargo.lock

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

target_chains/cosmwasm/contracts/pyth/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ wormhole-cosmwasm = {git = "https://github.com/wormhole-foundation/wormhole", t
4646
cosmwasm-vm = { version = "1.0.0", default-features = false }
4747
serde_json = "1.0"
4848
pythnet-sdk = { path = "../../../../pythnet/pythnet_sdk", features = ["test-utils"] }
49-
serde_wormhole = { git = "https://github.com/wormhole-foundation/wormhole", tag="rust-sdk-2024-01-25"}
50-
wormhole-sdk = { git = "https://github.com/wormhole-foundation/wormhole", tag="rust-sdk-2024-01-25"}
49+
serde_wormhole = "0.1.0"
50+
wormhole-vaas-serde = "0.1.0"

0 commit comments

Comments
 (0)