Stop listing separate dev-dependencies for target.bench
This commit is contained in:
parent
b086d27be4
commit
4a8f1d734e
@ -16,6 +16,12 @@
|
|||||||
|
|
||||||
### Contributors
|
### 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
|
## [5.0.1](https://github.com/ISibboI/evalexpr/compare/5.0.0...5.0.1) - 2019-08-30
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -29,7 +29,3 @@ regex_support = ["regex"]
|
|||||||
ron = "0.4"
|
ron = "0.4"
|
||||||
rand = "0.7.0"
|
rand = "0.7.0"
|
||||||
rand_pcg = "0.2.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