mirror of
https://github.com/wez/wezterm.git
synced 2024-12-18 10:52:16 +03:00
cdae65238a
The wincng based build doesn't recognize newer keys which makes it impossible to connect to a reasonably up to date Fedora installation. This commit points to my branch of ssh2-rs that has some changes to build ssh2 against the vendored openssl that is already part of the dependency graph for wezterm. refs: https://github.com/wez/wezterm/issues/507
11 lines
260 B
TOML
11 lines
260 B
TOML
[workspace]
|
|
members = ["wezterm-mux-server", "wezterm", "wezterm-gui", "strip-ansi-escapes", "wezterm-ssh"]
|
|
resolver = "2"
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
# debug = 1
|
|
|
|
[patch.crates-io]
|
|
ssh2 = { git = "https://github.com/wez/ssh2-rs.git", branch="win32ssl" }
|