sd44 commented on issue #3466:
URL:
https://github.com/apache/incubator-opendal/issues/3466#issuecomment-1801183456
Is this a bug in the `openssh-sftp-client` with openssh feature?
cargo new project
in the `Cargo.toml`
```
[dependencies]
openssh-sftp-client = { version = "0.14.0", features = ["tracing",
"openssh"]}
```
`cargo build:`
```
error[E0277]: the trait bound `openssh_sftp_client_lowlevel::Error:
From<openssh::Error>` is not satisfied
```
full log:
https://pastebin.com/yXsT4UR6
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]