Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updated dependencies - still facing same error
Browse files Browse the repository at this point in the history
lopeselio committed Jul 1, 2024
1 parent 8e9d8b3 commit 85ba28d
Showing 2 changed files with 10 additions and 67 deletions.
71 changes: 7 additions & 64 deletions target_chains/solana/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions target_chains/solana/programs/pyth-solana-receiver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -24,13 +24,13 @@ wormhole-core-bridge-solana = {workspace = true}
wormhole-raw-vaas = {version = "0.1.3", features = ["ruint", "on-chain"], default-features = false }
pyth-solana-receiver-sdk = { path = "../../pyth_solana_receiver_sdk"}
rand = "0.8.5"
serde_with = "3.8.1"
serde_with = { version = "2.3.3", default-features = false }

[dev-dependencies]
solana-sdk = { workspace = true }
solana-sdk = { workspace = true }
tokio = "1.14.1"
program-simulator = { path = "../../program_simulator" }
wormhole-vaas-serde = { workspace = true }
serde_wormhole = { workspace = true }
common-test-utils = { path = "../../common_test_utils" }
# pyth_solana_receiver = { path = "../pyth-solana-receiver/src/programs/pyth_solana_receiver" } # Update this line

0 comments on commit 85ba28d

Please sign in to comment.