Skip to content

Commit

Permalink
fix bencher (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
untitaker authored Oct 30, 2024
1 parent 1186517 commit cabb4ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ serde_bytes = "0.11.5"
glob = "0.3.0"
libtest-mimic = "0.8.1"
# https://github.com/bheisler/iai/issues/34
iai = { git = "https://github.com/sigaloid/iai", rev = "6c83e942" }
# need to have cache simulation running because of bencher.dev
iai = { git = "https://github.com/sigaloid/iai", rev = "d56a597" }
# required for examples/scraper.rs
scraper = "0.20.0"
argh = "0.1.12"
Expand Down

0 comments on commit cabb4ca

Please sign in to comment.