mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Upgrade to glommio 0.7 (#104)
This commit is contained in:
parent
569c7969bc
commit
575e534428
10 changed files with 45 additions and 80 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-rt"
|
||||
version = "0.4.3"
|
||||
version = "0.4.4"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "ntex runtime"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@ -19,7 +19,7 @@ path = "src/lib.rs"
|
|||
default = []
|
||||
|
||||
# glommio support
|
||||
glommio = ["glomm-io", "threadpool", "parking_lot", "once_cell", "num_cpus", "futures-channel"]
|
||||
glommio = ["glomm-io", "futures-channel"]
|
||||
|
||||
# tokio support
|
||||
tokio = ["tok-io"]
|
||||
|
@ -32,15 +32,10 @@ async-oneshot = "0.5.0"
|
|||
async-channel = "1.6.1"
|
||||
futures-core = "0.3"
|
||||
log = "0.4"
|
||||
pin-project-lite = "0.2"
|
||||
|
||||
tok-io = { version = "1", package = "tokio", default-features = false, features = ["rt", "net"], optional = true }
|
||||
async_std = { version = "1", package = "async-std", optional = true }
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
glomm-io = { version = "0.6", package = "glommio", optional = true }
|
||||
threadpool = { version = "1.8.1", optional = true }
|
||||
parking_lot = { version = "0.11.2", optional = true }
|
||||
once_cell = { version = "1.9.0", optional = true }
|
||||
num_cpus = { version = "1.13", optional = true }
|
||||
glomm-io = { version = "0.7", package = "glommio", optional = true }
|
||||
futures-channel = { version = "0.3", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue