Skip to content

Commit

Permalink
chore: no star dependency (#1384)
Browse files Browse the repository at this point in the history
  • Loading branch information
guibescos committed Mar 22, 2024
1 parent 981d2d0 commit 6fbe59a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target_chains/solana/pyth_solana_receiver_sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ name = "pyth_solana_receiver_sdk"

[dependencies]
anchor-lang = ">=0.28.0"
hex = "*"
hex = ">=0.4.3"
pythnet-sdk = { path = "../../../pythnet/pythnet_sdk", version = "2.0.0"}
solana-program = "*"
solana-program = ">=1.16.0"

0 comments on commit 6fbe59a

Please sign in to comment.