mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
prep release
This commit is contained in:
parent
9638f2bf58
commit
8b3655457b
7 changed files with 11 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue