Skip to content

Commit

Permalink
update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jun 27, 2021
1 parent 913f98e commit 6d67cd3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ntex-bytes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 0.1.0 (2021-07-xx)
# 0.1.0 (2021-06-27)

* Add `Bytes::trimdown()` method

Expand Down
2 changes: 1 addition & 1 deletion ntex-codec/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## [0.5.0] - 2021-07-xx
## [0.5.0] - 2021-06-27

* Use ntex-bytes stead of bytes

Expand Down
4 changes: 2 additions & 2 deletions ntex-codec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down
2 changes: 1 addition & 1 deletion ntex-router/CHANGES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## [0.5.0] - 2021-07-xx
## [0.5.0] - 2021-06-27

* Use ntex-bytes instead of bytestring

Expand Down

0 comments on commit 6d67cd3

Please sign in to comment.