Stop listing separate dev-dependencies for target.bench
This commit is contained in:
parent
b086d27be4
commit
4a8f1d734e
@ -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
|
||||
|
@ -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"
|
Loading…
Reference in New Issue
Block a user