From 4a8f1d734e864883eb91cabd8455139c5102642c Mon Sep 17 00:00:00 2001 From: Sebastian Schmidt Date: Fri, 30 Aug 2019 10:58:21 +0300 Subject: [PATCH] Stop listing separate dev-dependencies for target.bench --- CHANGELOG.md | 6 ++++++ Cargo.toml | 4 ---- 2 files changed, 6 insertions(+), 4 deletions(-) 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