File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " spl-stake-pool"
3
- version = " 2.0.1 "
3
+ version = " 2.0.0 "
4
4
description = " Solana Program Library Stake Pool"
5
5
authors = [
" Solana Labs Maintainers <[email protected] >" ]
6
6
repository = " https://github.com/solana-labs/solana-program-library"
@@ -20,12 +20,12 @@ num-traits = "0.2"
20
20
num_enum = " 0.7.3"
21
21
serde = " 1.0.215"
22
22
serde_derive = " 1.0.103"
23
- solana-program = " 2.0 .0"
23
+ solana-program = " 2.1 .0"
24
24
solana-security-txt = " 1.1.1"
25
- spl-pod = { version = " 0.3.0 " , features = [
25
+ spl-pod = { version = " 0.5.0 " , path = " ../../libraries/pod " , features = [
26
26
" borsh" ,
27
27
] }
28
- spl-token-2022 = { version = " 4 .0.0" , features = [
28
+ spl-token-2022 = { version = " 6 .0.0" , path = " ../../token/program-2022 " , features = [
29
29
" no-entrypoint" ,
30
30
] }
31
31
thiserror = " 2.0"
@@ -34,13 +34,16 @@ bincode = "1.3.1"
34
34
[dev-dependencies ]
35
35
assert_matches = " 1.5.0"
36
36
proptest = " 1.5"
37
- solana-program-test = " 2.0 .0"
38
- solana-sdk = " 2.0 .0"
39
- solana-vote-program = " 2.0 .0"
40
- spl-token = { version = " 6.0 " , features = [
37
+ solana-program-test = " 2.1 .0"
38
+ solana-sdk = " 2.1 .0"
39
+ solana-vote-program = " 2.1 .0"
40
+ spl-token = { version = " 7.0 " , path = " ../../token/program " , features = [
41
41
" no-entrypoint" ,
42
42
] }
43
43
test-case = " 3.3"
44
44
45
45
[lib ]
46
46
crate-type = [" cdylib" , " lib" ]
47
+
48
+ [lints ]
49
+ workspace = true
You can’t perform that action at this time.
0 commit comments