mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
use ntex-bytes instead of bytes
This commit is contained in:
parent
0b2dda93be
commit
0f796c7642
18 changed files with 34 additions and 24 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## [0.5.0] - 2021-07-xx
|
||||
|
||||
* Use ntex-bytes stead of bytes
|
||||
|
||||
## [0.4.1] - 2021-04-04
|
||||
|
||||
* Use Either from ntex-service
|
||||
|
|
|
@ -17,7 +17,7 @@ path = "src/lib.rs"
|
|||
|
||||
[dependencies]
|
||||
bitflags = "1.2.1"
|
||||
ntex-bytes = "0.5"
|
||||
ntex-bytes = "0.1.0"
|
||||
ntex-util = "0.1.0"
|
||||
log = "0.4"
|
||||
tokio = { version = "1", default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue