Upgrade to compio v0.12 (#425)

This commit is contained in:
Nikolay Kim 2024-09-24 12:37:26 +05:00 committed by GitHub
parent c0d5da8a1e
commit b50aa31fdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 21 additions and 10 deletions

View file

@ -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

View file

@ -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 = [