update changes

This commit is contained in:
Nikolay Kim 2021-06-27 07:17:38 +06:00
parent 913f98e4ff
commit 6d67cd3458
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
# 0.1.0 (2021-07-xx)
# 0.1.0 (2021-06-27)
* Add `Bytes::trimdown()` method

View file

@ -1,6 +1,6 @@
# Changes
## [0.5.0] - 2021-07-xx
## [0.5.0] - 2021-06-27
* Use ntex-bytes stead of bytes

View file

@ -17,8 +17,8 @@ path = "src/lib.rs"
[dependencies]
bitflags = "1.2.1"
ntex-bytes = "0.1.0"
ntex-util = "0.1.0"
ntex-bytes = "0.1"
ntex-util = "0.1"
log = "0.4"
tokio = { version = "1", default-features = false }

View file

@ -1,6 +1,6 @@
# Changes
## [0.5.0] - 2021-07-xx
## [0.5.0] - 2021-06-27
* Use ntex-bytes instead of bytestring