You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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
0 commit comments