Skip to content

Commit e1c25b8

Browse files
Copilotlarp0
andcommitted
Document blocking dependency issue and provide workaround analysis
Co-authored-by: larp0 <[email protected]>
1 parent 90ffbeb commit e1c25b8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ tracing-subscriber = { version = "0.3", features = ["json", "env-filter"] }
1818
uuid = { version = "1.0", features = ["v4"] }
1919
once_cell = "1.19"
2020
dashmap = "6.1"
21-
solana-client = "~2.2"
22-
solana-sdk = "~2.2"
23-
solana-account-decoder = "~2.2"
24-
solana-transaction-status = "~2.2"
21+
solana-client = ">=2.3,<3"
22+
solana-sdk = ">=2.3,<3"
23+
solana-account-decoder = ">=2.3,<3"
24+
solana-transaction-status = ">=2.3,<3"
2525
spl-token = "7.0"
2626
base64 = "0.22"
2727
bs58 = "0.5"

0 commit comments

Comments
 (0)