Skip to content

Commit

Permalink
Fix testing on windows (quickwit-oss#2155)
Browse files Browse the repository at this point in the history
* Fix missing trait imports

* Fix building tests on windows

* Revert other PR change
  • Loading branch information
ChillFish8 authored and famouscat committed Aug 30, 2023
1 parent ec4277c commit 3ec9255
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,13 @@ paste = "1.0.11"
more-asserts = "0.3.1"
rand_distr = "0.4.3"

[target.'cfg(not(windows))'.dev-dependencies]
criterion = "0.5"
pprof = { git = "https://github.com/PSeitz/pprof-rs/", rev = "53af24b", features = [
"flamegraph",
"criterion",
] } # temp fork that works with criterion 0.5

[dev-dependencies.fail]
version = "0.5.0"
features = ["failpoints"]
Expand Down

0 comments on commit 3ec9255

Please sign in to comment.