Skip to content

Commit b01316b

Browse files
atouchetberkus
authored andcommitted
Update Readme
1 parent 4c02a3b commit b01316b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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]]
5353
name = "my_benchmark"
@@ -111,7 +111,7 @@ For more details, see the [CONTRIBUTING.md file](https://github.com/criterion-rs
111111
Criterion.<span></span>rs supports the last three stable minor releases of Rust. At time of
112112
writing, 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
115115
break support for such old versions, and this will not be considered a breaking change. If you
116116
require Criterion.<span></span>rs to work on old versions of Rust, you will need to stick to a
117117
specific patch version of Criterion.<span></span>rs.

0 commit comments

Comments
 (0)