We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8068964 commit 25e3985Copy full SHA for 25e3985
token-lending/sdk/Cargo.toml
@@ -13,7 +13,7 @@ bytemuck = "1.5.1"
13
num-derive = "0.3"
14
num-traits = "0.2"
15
pyth-sdk-solana = "0.7.0"
16
-solana-program = ">=1.9, < 1.15"
+solana-program = ">=1.9"
17
spl-token = { version = "3.2.0", features=["no-entrypoint"] }
18
static_assertions = "1.1.0"
19
thiserror = "1.0"
@@ -24,7 +24,7 @@ assert_matches = "1.5.0"
24
base64 = "0.13"
25
log = "0.4.14"
26
proptest = "1.0"
27
-solana-sdk = ">=1.9, < 1.15"
+solana-sdk = ">=1.9"
28
serde = "=1.0.140"
29
serde_yaml = "0.8"
30
rand = "0.8.5"
0 commit comments