We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1186517 commit cabb4caCopy full SHA for cabb4ca
Cargo.toml
@@ -20,7 +20,8 @@ serde_bytes = "0.11.5"
20
glob = "0.3.0"
21
libtest-mimic = "0.8.1"
22
# https://github.com/bheisler/iai/issues/34
23
-iai = { git = "https://github.com/sigaloid/iai", rev = "6c83e942" }
+# need to have cache simulation running because of bencher.dev
24
+iai = { git = "https://github.com/sigaloid/iai", rev = "d56a597" }
25
# required for examples/scraper.rs
26
scraper = "0.20.0"
27
argh = "0.1.12"
0 commit comments