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 optional dependency not being enabled. This 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