1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

assert workers greater than zero (#167)

This commit is contained in:
Adrian Wechner
2020-08-18 10:44:22 -05:00
committed by GitHub
parent 578a560853
commit fecdfcd8d4
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changes
## Unreleased
### Changed
* workers must be greater than 0
## [1.0.3] - 2020-05-19
### Changed