More fixes for Windows
[?]
Jan 5, 2021, 6:38 PM
GMSJ7ETZC4V2RV5V7PF7ZFMJPYDYQUBUDTPTGXH7VW3JGTXH5UDACDependencies
- [2]
JBFDZQ46Formatting - [3]
7FRJYUI6Reboot because of a bad change - [4]
OGPWDWHUCompilation error on Windows - [5]
2WEO7OZLVersion updates: getting rid of anyhow + moving to Tokio 1.0
Change contents
- replacement in thrussh-keys/src/lib.rs at line 343
pub fn learn_known_hosts(host: &str,port: u16,pubkey: &key::PublicKey,) -> Result<(), anyhow::Error> {pub fn learn_known_hosts(host: &str, port: u16, pubkey: &key::PublicKey) -> Result<(), Error> { - replacement in thrussh-keys/src/lib.rs at line 349
Err(Error::NoHomeDir.into())Err(Error::NoHomeDir) - replacement in thrussh-keys/src/lib.rs at line 361
Err(Error::NoHomeDir.into())Err(Error::NoHomeDir)