File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 |
88 <a href =" https://criterion-rs.github.io/book/index.html " >User Guide</a >
99 |
10- <a href =" https://docs.rs/crate/ criterion/ " >Released API Docs</a >
10+ <a href =" https://docs.rs/criterion " >Released API Docs</a >
1111 |
1212 <a href =" https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md " >Changelog</a >
1313</div >
@@ -47,7 +47,7 @@ To start with Criterion.<span></span>rs, add the following to your `Cargo.toml`
4747
4848``` toml
4949[dev-dependencies ]
50- criterion = { version = " 0.7 " , features = [" html_reports" ] }
50+ criterion = { version = " 0.8 " , features = [" html_reports" ] }
5151
5252[[bench ]]
5353name = " my_benchmark"
@@ -111,7 +111,7 @@ For more details, see the [CONTRIBUTING.md file](https://github.com/criterion-rs
111111Criterion.<span ></span >rs supports the last three stable minor releases of Rust. At time of
112112writing, this means Rust 1.88 or later. Older versions may work, but are not guaranteed.
113113
114- Currently, the oldest version of Rust believed to work is 1.80 . Future versions of Criterion.<span ></span >rs may
114+ Currently, the oldest version of Rust believed to work is 1.86 . Future versions of Criterion.<span ></span >rs may
115115break support for such old versions, and this will not be considered a breaking change. If you
116116require Criterion.<span ></span >rs to work on old versions of Rust, you will need to stick to a
117117specific patch version of Criterion.<span ></span >rs.
You can’t perform that action at this time.
0 commit comments