Update to compio 0.13 (#471)

This commit is contained in:
Nikolay Kim 2024-11-25 15:35:53 -08:00 committed by GitHub
parent badf2a8cf8
commit b42d7954c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 15 additions and 7 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.2.2] - 2024-11-25
* Update to compio 0.13
## [0.2.1] - 2024-10-31
* It's not required to close compio sockets explicitly #444

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-compio"
version = "0.2.1"
version = "0.2.2"
authors = ["ntex contributors <team@ntex.rs>"]
description = "compio runtime intergration for ntex framework"
keywords = ["network", "framework", "async", "futures"]
@ -21,4 +21,4 @@ ntex-bytes = "0.1"
ntex-io = "2.5"
ntex-util = "2"
log = "0.4"
compio = { version = "0.12.0", features = ["macros", "io", "runtime"] }
compio = { version = "0.13.0", features = ["macros", "io", "runtime"] }