Skip to content

Commit cabb4ca

Browse files
authored
fix bencher (#103)
1 parent 1186517 commit cabb4ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ serde_bytes = "0.11.5"
2020
glob = "0.3.0"
2121
libtest-mimic = "0.8.1"
2222
# https://github.com/bheisler/iai/issues/34
23-
iai = { git = "https://github.com/sigaloid/iai", rev = "6c83e942" }
23+
# need to have cache simulation running because of bencher.dev
24+
iai = { git = "https://github.com/sigaloid/iai", rev = "d56a597" }
2425
# required for examples/scraper.rs
2526
scraper = "0.20.0"
2627
argh = "0.1.12"

0 commit comments

Comments
 (0)