Skip to content

Commit 614236b

Browse files
xeptorelemmih
andauthored
docs: fix cargo-criterion stability status book page (#558)
Co-authored-by: David Himmelstrup <lemmih@gmail.com>
1 parent 3dbb172 commit 614236b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

book/src/cargo_criterion/cargo_criterion.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ Currently, `cargo-criterion` provides most of the same features as running Crite
77
* `cargo-criterion` is more configurable than Criterion.rs
88
* `cargo-criterion` supports machine-readable output using `--message-format=json`
99

10-
`cargo-criterion` is still under active development, but if you would like to try it out, you can install it with the following command:
10+
`cargo-criterion` is stable, and you can install it with the following command:
1111

12-
`cargo install --version=1.0.0-alpha3 cargo-criterion`
12+
`cargo install cargo-criterion`
1313

1414
Once installed, you can run your benchmarks with:
1515

1616
`cargo criterion`
1717

18-
If you encounter any issues or have any suggestions for future features, please raise an issue at [the GitHub repository](https://github.com/bheisler/cargo-criterion).
18+
If you encounter any issues or have any suggestions for future features, please raise an issue at [the GitHub repository](https://github.com/bheisler/cargo-criterion).

0 commit comments

Comments
 (0)