ferristseng / rust-ipfs-api

IPFS HTTP client in Rust
Apache License 2.0
247 stars 68 forks source link

Error when running "cargo build --all" #85

Closed iohzrd closed 3 years ago

iohzrd commented 3 years ago
error[E0432]: unresolved import `actix_http::error::ResponseError`
 --> /home/user/.cargo/registry/src/github.com-1ecc6299db9ec823/actix-multipart-rfc7578-0.5.0/src/error.rs:9:5
  |
9 | use actix_http::error::ResponseError;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no `ResponseError` in `error`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0432`.
error: could not compile `actix-multipart-rfc7578`

To learn more, run the command again with --verbose.