Use updated Service trait for ntex (#456)

This commit is contained in:
Nikolay Kim 2024-11-04 14:04:00 +05:00 committed by GitHub
parent 5f6600c814
commit c26b336fe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 83 additions and 18 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.5.3] - 2024-11-04
* Use std::task::ready
## [0.5.2] - 2024-09-11
* Use new io api

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-tokio"
version = "0.5.2"
version = "0.5.3"
authors = ["ntex contributors <team@ntex.rs>"]
description = "tokio intergration for ntex framework"
keywords = ["network", "framework", "async", "futures"]