Skip to content

Commit

Permalink
Merge pull request #474 from davidkern/fix-book-toml-name
Browse files Browse the repository at this point in the history
Corrects `Criterion.toml` in the book
  • Loading branch information
bheisler committed Jul 7, 2021
2 parents 56bde30 + b8597f4 commit 8522447
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Fixed
- Corrected `Criterion.toml` in the book.

## [0.3.4] - 2021-01-24
### Added
Expand Down
2 changes: 1 addition & 1 deletion book/src/cargo_criterion/configuring_cargo_criterion.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuring cargo-criterion

cargo-criterion can be configured by placing a `criterion.toml` file in your crate, alongside your
cargo-criterion can be configured by placing a `Criterion.toml` file in your crate, alongside your
`Cargo.toml`.

The available settings are documented below:
Expand Down

0 comments on commit 8522447

Please sign in to comment.