Stop listing separate dev-dependencies for target.bench

This commit is contained in:
Sebastian Schmidt 2019-08-30 10:58:21 +03:00
parent b086d27be4
commit 4a8f1d734e
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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"