uv/crates/puffin-cli
Charlie Marsh aeefe65227
Fix tracing-duration-export compilation (#835)
## Summary

I'm unable to run `puffin-cli` on `main` as the
`tracing-durations-export` is marked as optional, but the crate actually
depends on it to compile. Further, without `tracing-durations-export`,
there are `Option` types that can't resolve to a concrete type.

This PR fixes compilation with and without the feature.
2024-01-08 18:04:23 +00:00
..
src Fix tracing-duration-export compilation (#835) 2024-01-08 18:04:23 +00:00
tests Use std::io::read_to_string (#826) 2024-01-08 09:15:38 +00:00
Cargo.toml Fix tracing-duration-export compilation (#835) 2024-01-08 18:04:23 +00:00