mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 21:37:58 +03:00
prep release
This commit is contained in:
parent
3482ce510b
commit
d01438325b
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## [0.4.0] - 2021-07-xx
|
## [0.4.0-b.1] - 2021-06-27
|
||||||
|
|
||||||
* use ntex-bytes instead of bytes
|
* use ntex-bytes instead of bytes
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "ntex"
|
name = "ntex"
|
||||||
version = "0.3.19"
|
version = "0.4.0-b.1"
|
||||||
authors = ["ntex contributors <team@ntex.rs>"]
|
authors = ["ntex contributors <team@ntex.rs>"]
|
||||||
description = "Framework for composable network services"
|
description = "Framework for composable network services"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
@ -86,7 +86,7 @@ coo-kie = { version = "0.15", package = "cookie", optional = true }
|
||||||
|
|
||||||
# openssl
|
# openssl
|
||||||
open-ssl = { version="0.10", package = "openssl", optional = true }
|
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
|
# rustls
|
||||||
rust-tls = { version = "0.19", package = "rustls", optional = true }
|
rust-tls = { version = "0.19", package = "rustls", optional = true }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue