diff --git a/CHANGELOG.md b/CHANGELOG.md index 572ebf0..e8a6306 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,12 @@ ### Contributors +## [5.0.2](https://github.com/ISibboI/evalexpr/compare/5.0.1...5.0.2) - 2019-08-30 + +### Changed + + * Removed target.bench.dev-dependencies completely, as they can be just listed under the normal dev-dependencies + ## [5.0.1](https://github.com/ISibboI/evalexpr/compare/5.0.0...5.0.1) - 2019-08-30 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 08b5f50..9b49d19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,8 +28,4 @@ regex_support = ["regex"] [dev-dependencies] ron = "0.4" rand = "0.7.0" -rand_pcg = "0.2.0" - -[target.bench.dev-dependencies] -rand = "0.7.0" rand_pcg = "0.2.0" \ No newline at end of file