mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 05:17:39 +03:00
update changes
This commit is contained in:
parent
913f98e4ff
commit
6d67cd3458
4 changed files with 5 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
# 0.1.0 (2021-07-xx)
|
||||
# 0.1.0 (2021-06-27)
|
||||
|
||||
* Add `Bytes::trimdown()` method
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Changes
|
||||
|
||||
## [0.5.0] - 2021-07-xx
|
||||
## [0.5.0] - 2021-06-27
|
||||
|
||||
* Use ntex-bytes stead of bytes
|
||||
|
||||
|
|
|
@ -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 }
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Changes
|
||||
|
||||
## [0.5.0] - 2021-07-xx
|
||||
## [0.5.0] - 2021-06-27
|
||||
|
||||
* Use ntex-bytes instead of bytestring
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue