mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Upgrade to glommio 0.9 (#427)
This commit is contained in:
parent
302e7951d6
commit
b0baf01576
4 changed files with 12 additions and 4 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## [0.4.18] - 2024-09-xx
|
||||
|
||||
* Update to glommio v0.9
|
||||
|
||||
## [0.4.17] - 2024-09-24
|
||||
|
||||
* Update to compio v0.12
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-rt"
|
||||
version = "0.4.17"
|
||||
version = "0.4.18"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "ntex runtime"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@ -46,5 +46,5 @@ tok-io = { version = "1", package = "tokio", default-features = false, features
|
|||
], optional = true }
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
glomm-io = { version = "0.8", package = "glommio", optional = true }
|
||||
glomm-io = { version = "0.9", package = "glommio", optional = true }
|
||||
futures-channel = { version = "0.3", optional = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue