prep release

This commit is contained in:
Nikolay Kim 2021-04-03 22:49:09 +06:00
parent 9638f2bf58
commit 8b3655457b
7 changed files with 11 additions and 7 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.4.1] - 2021-04-04
* Use Either from ntex-service
## [0.4.0] - 2021-02-23
* Migrate to tokio 1.x

View file

@ -22,7 +22,7 @@ ntex-service = "0.1.7"
futures-core = { version = "0.3.13", default-features = false, features = ["alloc"] }
futures-sink = { version = "0.3.13", default-features = false, features = ["alloc"] }
log = "0.4"
tokio = { version = "1", default-features=false }
tokio = { version = "1", default-features = false }
[dev-dependencies]
ntex = "0.3.13"