mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-04 13:27:39 +03:00
chore: upgrade glommio to 0.8 (#196)
* chore: upgrade glommio to 0.8 * refactor: ntex-glommio Cargo.toml version
This commit is contained in:
parent
4768ec138a
commit
5ad93d7890
4 changed files with 16 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-glommio"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "glommio intergration for ntex framework"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@ -24,4 +24,4 @@ futures-lite = "1.12"
|
|||
log = "0.4"
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
glommio = "0.7"
|
||||
glommio = "0.8"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue