Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 9ef3fd8

Browse files
authored
token-lending: Add version to spl-token dependency (#3137)
1 parent 7d2048b commit 9ef3fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token-lending/program/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bytemuck = "1.7.2"
1717
num-derive = "0.3"
1818
num-traits = "0.2"
1919
solana-program = "1.10.10"
20-
spl-token = { path = "../../token/program", features = [ "no-entrypoint" ] }
20+
spl-token = { version = "3.3", path = "../../token/program", features = [ "no-entrypoint" ] }
2121
thiserror = "1.0"
2222
uint = "0.9"
2323

0 commit comments

Comments
 (0)