Skip to content

Commit

Permalink
relax solana program/sdk version constraint (#181)
Browse files Browse the repository at this point in the history
Co-authored-by: Nope X <[email protected]>
  • Loading branch information
0xripleys and nope-finance authored Jan 22, 2024
1 parent 8068964 commit 25e3985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions token-lending/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ bytemuck = "1.5.1"
num-derive = "0.3"
num-traits = "0.2"
pyth-sdk-solana = "0.7.0"
solana-program = ">=1.9, < 1.15"
solana-program = ">=1.9"
spl-token = { version = "3.2.0", features=["no-entrypoint"] }
static_assertions = "1.1.0"
thiserror = "1.0"
Expand All @@ -24,7 +24,7 @@ assert_matches = "1.5.0"
base64 = "0.13"
log = "0.4.14"
proptest = "1.0"
solana-sdk = ">=1.9, < 1.15"
solana-sdk = ">=1.9"
serde = "=1.0.140"
serde_yaml = "0.8"
rand = "0.8.5"
Expand Down

0 comments on commit 25e3985

Please sign in to comment.