From 6a5c7ca553bcf772acd60bfffb16f058411e20fd Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 10 Aug 2020 21:09:28 +0600 Subject: [PATCH] prep release --- ntex-codec/CHANGES.md | 2 +- ntex-codec/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ntex-codec/CHANGES.md b/ntex-codec/CHANGES.md index fec8da6b..2314f805 100644 --- a/ntex-codec/CHANGES.md +++ b/ntex-codec/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [0.2.0] - 2020-08-xx +## [0.2.0] - 2020-08-10 * Include custom `Encoder` and `Decoder` traits diff --git a/ntex-codec/Cargo.toml b/ntex-codec/Cargo.toml index dfdcc5ce..a3c7f306 100644 --- a/ntex-codec/Cargo.toml +++ b/ntex-codec/Cargo.toml @@ -25,5 +25,5 @@ log = "0.4" tokio = { version = "0.2.6", default-features=false } [dev-dependencies] -ntex = "0.1.20" +ntex = "0.1.21" futures = "0.3.5"