Skip to content

Commit 30efb0d

Browse files
chore: remove solana <2 bound (#2504)
1 parent 8bcdee8 commit 30efb0d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

target_chains/solana/Cargo.lock

+2-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

target_chains/solana/pyth_solana_receiver_sdk/Cargo.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pyth-solana-receiver-sdk"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "SDK for the Pyth Solana Receiver program"
55
authors = ["Pyth Data Association"]
66
repository = "https://github.com/pyth-network/pyth-crosschain"
@@ -15,7 +15,8 @@ name = "pyth_solana_receiver_sdk"
1515
[dependencies]
1616
anchor-lang = ">=0.28.0"
1717
hex = ">=0.4.3"
18+
bytemuck_derive = "<=1.8.1" # After this version, MSRV 1.84 is required.
1819
pythnet-sdk = { path = "../../../pythnet/pythnet_sdk", version = "2.1.0", features = [
1920
"solana-program",
2021
] }
21-
solana-program = ">=1.16.0, <2.0.0"
22+
solana-program = ">=1.16.0"

0 commit comments

Comments
 (0)