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-glommio"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "glommio intergration for ntex framework"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@ -16,14 +16,12 @@ name = "ntex_glommio"
|
|||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
ntex-bytes = "0.1.11"
|
||||
ntex-io = "0.1.7"
|
||||
ntex-util = "0.1.13"
|
||||
ntex-bytes = "0.1.14"
|
||||
ntex-io = "0.1.8"
|
||||
ntex-util = "0.1.16"
|
||||
async-oneshot = "0.5.0"
|
||||
futures-lite = "1.12"
|
||||
futures-channel = "0.3"
|
||||
log = "0.4"
|
||||
pin-project-lite = "0.2"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
glommio = "0.6"
|
||||
glommio = "0.7"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue