mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
prep release
This commit is contained in:
parent
037e195da4
commit
531bafbae2
9 changed files with 19 additions and 363 deletions
|
@ -1,6 +1,8 @@
|
|||
# Changes
|
||||
|
||||
## [0.1.0-b.5] - 2021-12-xx
|
||||
## [0.1.0-b.5] - 2021-12-24
|
||||
|
||||
* Use new ntex-service traits
|
||||
|
||||
* Make `IoBoxed` into spearate type
|
||||
|
||||
|
|
|
@ -25,11 +25,12 @@ tokio-traits = ["tok-io/net", "tok-io/rt"]
|
|||
tokio = ["tok-io/net", "tok-io/rt"]
|
||||
|
||||
[dependencies]
|
||||
bitflags = "1.3"
|
||||
ntex-codec = "0.6.0"
|
||||
ntex-bytes = "0.1.8"
|
||||
ntex-util = "0.1.4"
|
||||
ntex-service = "0.3.0"
|
||||
ntex-service = "0.3.0-b.0"
|
||||
|
||||
bitflags = "1.3"
|
||||
fxhash = "0.2.1"
|
||||
log = "0.4"
|
||||
pin-project-lite = "0.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue