1
0
Fork 0
mirror of https://github.com/ntex-rs/ntex.git synced 2025-04-06 22:37:39 +03:00

Disable default features for compio runtime ()

This commit is contained in:
Nikolay Kim 2024-11-27 22:39:26 -08:00 committed by GitHub
parent b42d7954c0
commit 49d83848b2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions
ntex-compio

View file

@ -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 }