@@ -11,24 +11,25 @@ test-sbf = []
1111fetch = [" dep:solana-client" , " dep:solana-sdk" ]
1212
1313[dependencies ]
14- anchor-lang = { version = " ~0.31" , optional = true }
15- borsh = " ^0.10"
16- num-derive = " ^0.4"
17- num-traits = " ^0.2"
18- serde = { version = " ^1.0" , features = [" derive" ], optional = true }
19- serde-big-array = { version = " ^0.5" , optional = true }
20- serde_with = { version = " ^3.0" , optional = true }
21- solana-account = " ~2.2"
22- solana-account-info = " ~2.3"
23- solana-client = { version = " ~2.2" , optional = true }
24- solana-cpi = " ~2.2"
25- solana-decode-error = " ~2.3"
26- solana-instruction = " ~2.3"
27- solana-program-error = " ~2.2"
28- solana-pubkey = { version = " ~2.3" , features = [" curve25519" , " borsh" ] }
29- solana-sdk = { version = " ~2.3" , optional = true }
30- thiserror = " ^1.0"
14+ anchor-lang = { workspace = true , optional = true }
15+ borsh = { workspace = true }
16+ kaigan = { workspace = true }
17+ num-derive = { workspace = true }
18+ num-traits = { workspace = true }
19+ serde = { workspace = true , features = [" derive" ], optional = true }
20+ serde-big-array = { workspace = true , optional = true }
21+ serde_with = { workspace = true , optional = true }
22+ solana-account = { workspace = true }
23+ solana-account-info = { workspace = true }
24+ solana-client = { workspace = true , optional = true }
25+ solana-cpi = { workspace = true }
26+ solana-decode-error = { workspace = true }
27+ solana-instruction = { workspace = true }
28+ solana-program-error = { workspace = true }
29+ solana-pubkey = { workspace = true , features = [" curve25519" , " borsh" ] }
30+ solana-sdk = { workspace = true , optional = true }
31+ thiserror = { workspace = true }
3132
3233[dev-dependencies ]
33- assert_matches = " 1.5.0 "
34- solana-sdk = " ~2.3 "
34+ assert_matches = { workspace = true }
35+ solana-sdk = { workspace = true }
0 commit comments