mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47: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.2.0] - 2024-09-24
|
||||
|
||||
* Update to compio v0.12
|
||||
|
||||
## [0.1.2] - 2024-09-11
|
||||
|
||||
* Use new io api
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-compio"
|
||||
version = "0.1.2"
|
||||
version = "0.2.0"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
description = "compio runtime intergration for ntex framework"
|
||||
keywords = ["network", "framework", "async", "futures"]
|
||||
|
@ -21,5 +21,4 @@ ntex-bytes = "0.1"
|
|||
ntex-io = "2.5"
|
||||
ntex-util = "2"
|
||||
log = "0.4"
|
||||
compio-net = "0.4.1"
|
||||
compio = { version = "0.11.0", features = ["macros", "io", "runtime"] }
|
||||
compio = { version = "0.12.0", features = ["macros", "io", "runtime"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue