token-lending: Add version to spl-token dependency (#3137)
This commit is contained in:
parent
7d2048bd1c
commit
9ef3fd819f
|
@ -17,7 +17,7 @@ bytemuck = "1.7.2"
|
|||
num-derive = "0.3"
|
||||
num-traits = "0.2"
|
||||
solana-program = "1.10.10"
|
||||
spl-token = { path = "../../token/program", features = [ "no-entrypoint" ] }
|
||||
spl-token = { version = "3.3", path = "../../token/program", features = [ "no-entrypoint" ] }
|
||||
thiserror = "1.0"
|
||||
uint = "0.9"
|
||||
|
||||
|
|
Loading…
Reference in New Issue