Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jun 27, 2021
1 parent 3482ce5 commit d014383
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ntex/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes

## [0.4.0] - 2021-07-xx
## [0.4.0-b.1] - 2021-06-27

* use ntex-bytes instead of bytes

Expand Down
4 changes: 2 additions & 2 deletions ntex/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ntex"
version = "0.3.19"
version = "0.4.0-b.1"
authors = ["ntex contributors <[email protected]>"]
description = "Framework for composable network services"
readme = "README.md"
Expand Down Expand Up @@ -86,7 +86,7 @@ coo-kie = { version = "0.15", package = "cookie", optional = true }

# openssl
open-ssl = { version="0.10", package = "openssl", optional = true }
tokio-openssl = { version = "0.6.1", optional = true }
tokio-openssl = { version = "0.6.2", optional = true }

# rustls
rust-tls = { version = "0.19", package = "rustls", optional = true }
Expand Down

0 comments on commit d014383

Please sign in to comment.