mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Disable default features for rustls (#429)
This commit is contained in:
parent
b0baf01576
commit
9406613908
6 changed files with 24 additions and 10 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## [2.4.0] - 2024-09-25
|
||||
|
||||
* Update to glommio v0.9
|
||||
|
||||
## [2.3.0] - 2024-09-24
|
||||
|
||||
* Update to compio v0.12
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-net"
|
||||
version = "2.3.0"
|
||||
version = "2.4.0"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "ntexwork utils for ntex framework"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@ -35,12 +35,12 @@ ntex-service = "3"
|
|||
ntex-bytes = "0.1"
|
||||
ntex-http = "0.1"
|
||||
ntex-io = "2.5"
|
||||
ntex-rt = "0.4.17"
|
||||
ntex-rt = "0.4.18"
|
||||
ntex-util = "2"
|
||||
|
||||
ntex-tokio = { version = "0.5.2", optional = true }
|
||||
ntex-compio = { version = "0.2.0", optional = true }
|
||||
ntex-glommio = { version = "0.5.1", optional = true }
|
||||
ntex-glommio = { version = "0.5.2", optional = true }
|
||||
ntex-async-std = { version = "0.5.1", optional = true }
|
||||
|
||||
log = "0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue