update ntex-tokio changes

This commit is contained in:
Nikolay Kim 2022-01-10 09:15:24 +06:00
parent 250b9768c9
commit d359b6cf0b
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changes
## [0.1.1] - 2022-01-10
* Allow to set socket options
## [0.1.0] - 2022-01-03
* Initial release

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-tokio"
version = "0.1.0"
version = "0.1.1"
authors = ["ntex contributors <team@ntex.rs>"]
description = "tokio intergration for ntex framework"
keywords = ["network", "framework", "async", "futures"]
@ -17,7 +17,7 @@ path = "src/lib.rs"
[dependencies]
ntex-bytes = "0.1.9"
ntex-io = "0.1.1"
ntex-io = "0.1.2"
ntex-util = "0.1.8"
log = "0.4"
pin-project-lite = "0.2"