mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Disable default features for compio runtime (#473)
This commit is contained in:
parent
b42d7954c0
commit
49d83848b2
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## [0.2.3] - 2024-11-27
|
||||
|
||||
* Disable default features
|
||||
|
||||
## [0.2.2] - 2024-11-25
|
||||
|
||||
* Update to compio 0.13
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-compio"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "compio runtime intergration for ntex framework"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@ -21,4 +21,4 @@ ntex-bytes = "0.1"
|
|||
ntex-io = "2.5"
|
||||
ntex-util = "2"
|
||||
log = "0.4"
|
||||
compio = { version = "0.13.0", features = ["macros", "io", "runtime"] }
|
||||
compio = { version = "0.13.0", features = ["macros", "runtime", "io", "io-uring", "polling"], default-features = false }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue