From 9610750d99a66332e2bacb14a3aac00aecf52fe7 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 31 Oct 2022 08:54:24 +0100 Subject: [PATCH] Prepare release --- ntex-io/CHANGES.md | 4 ++++ ntex-io/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ntex-io/CHANGES.md b/ntex-io/CHANGES.md index 3c5ed6c4..1b25b9ba 100644 --- a/ntex-io/CHANGES.md +++ b/ntex-io/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.1.10] - 2022-10-31 + +* Fix compilation errors in the openwrt environment #140 + ## [0.1.9] - 2022-10-03 * Fix on-disconnect never resolving #135 diff --git a/ntex-io/Cargo.toml b/ntex-io/Cargo.toml index 59a9a93b..ec051084 100644 --- a/ntex-io/Cargo.toml +++ b/ntex-io/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex-io" -version = "0.1.9" +version = "0.1.10" authors = ["ntex contributors "] description = "Utilities for encoding and decoding frames" keywords = ["network", "framework", "async", "futures"]