token-lending: Add version to spl-token dependency (#3137)

This commit is contained in:
Jon Cinque 2022-05-04 13:03:34 +02:00 committed by GitHub
parent 7d2048bd1c
commit 9ef3fd819f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"