mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Update to compio 0.13 (#471)
This commit is contained in:
parent
badf2a8cf8
commit
b42d7954c0
6 changed files with 15 additions and 7 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changes
|
||||
|
||||
## [0.4.21] - 2024-11-25
|
||||
|
||||
* Update to compio 0.13
|
||||
|
||||
## [0.4.20] - 2024-10-17
|
||||
|
||||
* Allow to skip runtime feature for clippy run
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-rt"
|
||||
version = "0.4.20"
|
||||
version = "0.4.21"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "ntex runtime"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@ -39,7 +39,7 @@ log = "0.4"
|
|||
oneshot = "0.1"
|
||||
|
||||
async_std = { version = "1", package = "async-std", optional = true }
|
||||
comp-io = { version = "0.12", package = "compio", default-features = false, features = [
|
||||
comp-io = { version = "0.13", 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