hashpipe
hashpipe copied to clipboard
env_logger version bump broke the project
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