File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ test-bpf = []
1515bytemuck = " 1.5.1"
1616# pyth-sdk-solana = "0.8.0"
1717# pyth-solana-receiver-sdk = "0.3.0"
18- solana-program = " =1.16.20"
18+ solana-program = " =1.16.20,<2 "
1919solend-sdk = { path = " ../sdk" }
2020oracles = { path = " ../oracles" }
21- spl-token = { version = " 3.3.0" , features =[" no-entrypoint" ] }
21+ spl-token = { version = " ^ 3.3.0" , features =[" no-entrypoint" ] }
2222static_assertions = " 1.1.0"
2323
2424[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ borsh = "0.10.3"
1313bytemuck = " 1.5.1"
1414num-derive = " 0.3"
1515num-traits = " 0.2"
16- solana-program = " >=1.9"
17- spl-token = { version = " 3.2.0" , features =[" no-entrypoint" ] }
16+ solana-program = " >=1.9,<2 "
17+ spl-token = { version = " ^ 3.2.0,<4 " , features =[" no-entrypoint" ] }
1818static_assertions = " 1.1.0"
1919thiserror = " 1.0"
2020uint = " =0.9.1"
You can’t perform that action at this time.
0 commit comments