mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 21:26:28 +00:00
fix(ci): restore workspace lint compatibility (#6460)
This commit is contained in:
@@ -127,6 +127,7 @@ const SFTP_COMPRESSION: &[russh::compression::Name] = &[russh::compression::NONE
|
||||
fn build_preferred() -> russh::Preferred {
|
||||
russh::Preferred {
|
||||
kex: Cow::Borrowed(SFTP_KEX),
|
||||
host_key_certificates: Cow::Borrowed(&[]),
|
||||
key: Cow::Borrowed(SFTP_HOST_KEY_ALGORITHMS),
|
||||
cipher: Cow::Borrowed(SFTP_CIPHERS),
|
||||
mac: Cow::Borrowed(SFTP_MACS),
|
||||
|
||||
Reference in New Issue
Block a user