1
0
Fork 0
mirror of https://github.com/ntex-rs/ntex.git synced 2025-04-06 06:17:40 +03:00

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,10 +1,10 @@
# Changes
## [0.1.7] - 2021-04-02
## [0.1.7] - 2021-04-03
* drop futures-util dependency
* add custom Ready and Lazy futures
* add custom Ready,Lazy,Either futures
## [0.1.6] - 2021-03-26

View file

@ -19,4 +19,4 @@ path = "src/lib.rs"
pin-project-lite = "0.2.4"
[dev-dependencies]
ntex = "0.3.1"
ntex = "0.3.13"