pijul nest
guest [sign in]

Removing anyhows on Windows

[?]
Jan 7, 2021, 3:18 PM
AWVLXGAWN3EGR64IK6TGDXQF4LRD2W44MJJ3RAGWKFTL6JMH664AC

Dependencies

  • [2] 2WEO7OZL Version updates: getting rid of anyhow + moving to Tokio 1.0
  • [3] MFMCIUMJ Fixing authentication with RSA
  • [4] TFYJ3P2A Version 0.30.8/0.19.4, and solving conflicts
  • [5] XCNFFN6Z Thrussh-keys, version 0.19.3
  • [6] BWU5BDAH Thrussh-keys 0.19.5
  • [7] GMSJ7ETZ More fixes for Windows
  • [8] ELRPPXSG Fixing conflicts
  • [9] 634OYCNM Tokio 0.3
  • [10] 7FRJYUI6 Reboot because of a bad change

Change contents

  • replacement in thrussh-keys/src/lib.rs at line 367
    [3.34945][3.34945:35066]()
    pub fn check_known_hosts(
    host: &str,
    port: u16,
    pubkey: &key::PublicKey,
    ) -> Result<bool, anyhow::Error> {
    [3.34945]
    [3.35066]
    pub fn check_known_hosts(host: &str, port: u16, pubkey: &key::PublicKey) -> Result<bool, Error> {
  • replacement in thrussh-keys/src/lib.rs at line 750
    [3.55130][3.55130:55170]()
    Ok::<(), anyhow::Error>(())
    [3.55130]
    [3.55170]
    Ok::<(), Error>(())
  • replacement in thrussh-keys/src/lib.rs at line 814
    [3.57364][3.57364:57404]()
    Ok::<(), anyhow::Error>(())
    [3.57364]
    [3.57404]
    Ok::<(), Error>(())
  • replacement in thrussh-keys/Cargo.toml at line 3
    [3.157057][2.4444:4463]()
    version = "0.20.1"
    [3.157057]
    [3.157076]
    version = "0.20.2"