Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When running `cargo build --features tracing` with `src/utils` instrumented errors are produced due to the `log-instrument` optional dependency not being enabled by the `utils/tracing` feature. This commit makes the dependency non-optional to fix this, when unneeded the dependency will still be ommited at compile time however this may very slightly increase compile time. Signed-off-by: Jonathan Woollett-Light <[email protected]>
- Loading branch information