mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Upgrade to compio v0.12 (#425)
This commit is contained in:
parent
c0d5da8a1e
commit
b50aa31fdc
7 changed files with 21 additions and 10 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## [0.4.17] - 2024-09-24
|
||||
|
||||
* Update to compio v0.12
|
||||
|
||||
## [0.4.16] - 2024-09-02
|
||||
|
||||
* Allow to override block_on function
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-rt"
|
||||
version = "0.4.16"
|
||||
version = "0.4.17"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "ntex runtime"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@ -37,7 +37,7 @@ log = "0.4"
|
|||
oneshot = "0.1"
|
||||
|
||||
async_std = { version = "1", package = "async-std", optional = true }
|
||||
comp-io = { version = "0.11", package = "compio", default-features = false, features = [
|
||||
comp-io = { version = "0.12", package = "compio", default-features = false, features = [
|
||||
"runtime"
|
||||
], optional = true }
|
||||
tok-io = { version = "1", package = "tokio", default-features = false, features = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue