Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: we cannot pprof in windows (#74)
`pprof` is a "unix" only dependency. Even though we do not "use" it anywhere not protected by `cfg!`, it seems as though `cargo test` builds all dependencies, which `pprof` fails. Fix is simple, simply only include that dep on `unix` systems. Confirmed testing/building on my Windows machine. closes: #66
- Loading branch information