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"