zed/crates/remote
Thorsten Ball 5c2238c7a5
ssh remoting: Use matching versions of remote server binary (#19740)
This changes the download logic to not fetch the latest version, but to
fetch the version matching the current version of Zed.


Release Notes:

- Changed the update logic of the SSH remote server to not fetch the
latest version for a current channel, but to fetch the version matching
the current Zed version. If Zed is updated, the server is updated too.
If the server is newer than the Zed version an error will be displayed.
2024-10-25 16:27:36 +02:00
..
src ssh remoting: Use matching versions of remote server binary (#19740) 2024-10-25 16:27:36 +02:00
Cargo.toml SSH Remoting: Fix reconnects (#19485) 2024-10-19 23:14:19 -06:00
LICENSE-GPL