Skip to content

Commit c6ae975

Browse files
committed
bound solana versions since dep resolver is gnarly
1 parent ad7b448 commit c6ae975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ libc = { version = "0", optional = true }
4040
byteorder = { version = "1", optional = true }
4141
multihash = { version = "0.18", optional = true }
4242
sqlx = { version = "^0.8", optional = true, default-features = false }
43-
solana-sdk = { version = ">= 2.2", optional = true }
43+
solana-sdk = { version = ">= 2.3, < 3", optional = true }
4444
uuid = { version = "1", features = ["v4", "fast-rng"], optional = true }
4545

4646
[features]

0 commit comments

Comments
 (0)