pijul nest
guest [sign in]

More fixes for Windows

[?]
Jan 5, 2021, 6:38 PM
GMSJ7ETZC4V2RV5V7PF7ZFMJPYDYQUBUDTPTGXH7VW3JGTXH5UDAC

Dependencies

  • [2] JBFDZQ46 Formatting
  • [3] 7FRJYUI6 Reboot because of a bad change
  • [4] OGPWDWHU Compilation error on Windows
  • [5] 2WEO7OZL Version updates: getting rid of anyhow + moving to Tokio 1.0

Change contents

  • replacement in thrussh-keys/src/lib.rs at line 343
    [3.34005][2.0:119]()
    pub fn learn_known_hosts(
    host: &str,
    port: u16,
    pubkey: &key::PublicKey,
    ) -> Result<(), anyhow::Error> {
    [3.34005]
    [3.34094]
    pub fn learn_known_hosts(host: &str, port: u16, pubkey: &key::PublicKey) -> Result<(), Error> {
  • replacement in thrussh-keys/src/lib.rs at line 349
    [3.34316][3.34316:34353]()
    Err(Error::NoHomeDir.into())
    [3.34316]
    [3.34353]
    Err(Error::NoHomeDir)
  • replacement in thrussh-keys/src/lib.rs at line 361
    [3.34804][3.34804:34841]()
    Err(Error::NoHomeDir.into())
    [3.34804]
    [3.34841]
    Err(Error::NoHomeDir)