From d359b6cf0b0329dd20a6271c959dc1c30a39b1b1 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 10 Jan 2022 09:15:24 +0600 Subject: [PATCH] update ntex-tokio changes --- ntex-tokio/CHANGES.md | 4 ++++ ntex-tokio/Cargo.toml | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ntex-tokio/CHANGES.md b/ntex-tokio/CHANGES.md index 38a43584..ac153b8b 100644 --- a/ntex-tokio/CHANGES.md +++ b/ntex-tokio/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.1.1] - 2022-01-10 + +* Allow to set socket options + ## [0.1.0] - 2022-01-03 * Initial release diff --git a/ntex-tokio/Cargo.toml b/ntex-tokio/Cargo.toml index 61afdfd0..735d0b5d 100644 --- a/ntex-tokio/Cargo.toml +++ b/ntex-tokio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex-tokio" -version = "0.1.0" +version = "0.1.1" authors = ["ntex contributors "] 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"