Removing anyhows on Windows
[?]
Jan 7, 2021, 3:18 PM
AWVLXGAWN3EGR64IK6TGDXQF4LRD2W44MJJ3RAGWKFTL6JMH664ACDependencies
- [2]
2WEO7OZLVersion updates: getting rid of anyhow + moving to Tokio 1.0 - [3]
MFMCIUMJFixing authentication with RSA - [4]
TFYJ3P2AVersion 0.30.8/0.19.4, and solving conflicts - [5]
XCNFFN6ZThrussh-keys, version 0.19.3 - [6]
BWU5BDAHThrussh-keys 0.19.5 - [7]
GMSJ7ETZMore fixes for Windows - [8]
ELRPPXSGFixing conflicts - [9]
634OYCNMTokio 0.3 - [10]
7FRJYUI6Reboot because of a bad change
Change contents
- replacement in thrussh-keys/src/lib.rs at line 367
pub fn check_known_hosts(host: &str,port: u16,pubkey: &key::PublicKey,) -> Result<bool, anyhow::Error> {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
Ok::<(), anyhow::Error>(())Ok::<(), Error>(()) - replacement in thrussh-keys/src/lib.rs at line 814
Ok::<(), anyhow::Error>(())Ok::<(), Error>(()) - replacement in thrussh-keys/Cargo.toml at line 3
version = "0.20.1"version = "0.20.2"