Skip to content

Commit 25e3985

Browse files
relax solana program/sdk version constraint (#181)
Co-authored-by: Nope X <[email protected]>
1 parent 8068964 commit 25e3985

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

token-lending/sdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ bytemuck = "1.5.1"
1313
num-derive = "0.3"
1414
num-traits = "0.2"
1515
pyth-sdk-solana = "0.7.0"
16-
solana-program = ">=1.9, < 1.15"
16+
solana-program = ">=1.9"
1717
spl-token = { version = "3.2.0", features=["no-entrypoint"] }
1818
static_assertions = "1.1.0"
1919
thiserror = "1.0"
@@ -24,7 +24,7 @@ assert_matches = "1.5.0"
2424
base64 = "0.13"
2525
log = "0.4.14"
2626
proptest = "1.0"
27-
solana-sdk = ">=1.9, < 1.15"
27+
solana-sdk = ">=1.9"
2828
serde = "=1.0.140"
2929
serde_yaml = "0.8"
3030
rand = "0.8.5"

0 commit comments

Comments
 (0)