mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Use updated Service trait for ntex (#456)
This commit is contained in:
parent
5f6600c814
commit
c26b336fe5
15 changed files with 83 additions and 18 deletions
|
@ -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
|
||||
|
|
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue