Skip to content

Commit 05adee0

Browse files
Copilotlarp0
andcommitted
Fix OpenSSL cross-compilation error by enabling vendored OpenSSL for ssh2
Co-authored-by: larp0 <[email protected]>
1 parent c308dac commit 05adee0

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
@@ -20,7 +20,7 @@ solana-remote-wallet = { version = "2.2.7", optional = true }
2020
solana-sdk = "2.2.2"
2121
tokio = { version = "1.45.1", features = ["full"] }
2222
thiserror = "2.0.12"
23-
ssh2 = "0.9.5"
23+
ssh2 = { version = "0.9.5", features = ["vendored-openssl"] }
2424
tabular = "0.2.0"
2525
prettytable-rs = "0.10.0"
2626
ratatui = "0.29.0"

0 commit comments

Comments
 (0)