Skip to content

Commit

Permalink
relax constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
0xripleys committed Dec 27, 2023
1 parent 131e246 commit 7218b8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 7218b8d

Please sign in to comment.