Skip to content

Commit 6fbe59a

Browse files
authored
chore: no star dependency (#1384)
1 parent 981d2d0 commit 6fbe59a

File tree

1 file changed

+2
-2
lines changed
  • target_chains/solana/pyth_solana_receiver_sdk

1 file changed

+2
-2
lines changed

target_chains/solana/pyth_solana_receiver_sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ name = "pyth_solana_receiver_sdk"
1414

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

0 commit comments

Comments
 (0)