hashpipe icon indicating copy to clipboard operation
hashpipe copied to clipboard

env_logger version bump broke the project

Open djahandarie opened this issue 3 years ago • 0 comments

https://github.com/LinuxMercedes/hashpipe/commit/ffbc977591403f63a756a7fa6aaf9ecc109c9028 broke the project, because the actual rust code was not updated to match the changes across multiple env_logger major versions:

  Compiling hashpipe v0.2.0 (/build/source)
error[E0432]: unresolved import `env_logger::LogBuilder`
  --> src/main.rs:13:5
   |
13 | use env_logger::LogBuilder;
   |     ^^^^^^^^^^^^----------
   |     |           |
   |     |           help: a similar name exists in the module: `Builder`
   |     no `LogBuilder` in the root

For more information about this error, try `rustc --explain E0432`.
error: could not compile `hashpipe` due to previous error

djahandarie avatar May 23 '22 19:05 djahandarie