From c8a229422f374a08c3bacbc17ca77b6e00579cce Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Sat, 20 Feb 2021 13:14:13 +0600 Subject: [PATCH] prep release --- ntex-codec/CHANGES.md | 2 +- ntex-codec/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ntex-codec/CHANGES.md b/ntex-codec/CHANGES.md index 95c2085f..ef054e96 100644 --- a/ntex-codec/CHANGES.md +++ b/ntex-codec/CHANGES.md @@ -1,6 +1,6 @@ # Changes -## [0.3.0] - 2021-01-23 +## [0.3.0] - 2021-02-20 * Make Encoder and Decoder methods immutable diff --git a/ntex-codec/Cargo.toml b/ntex-codec/Cargo.toml index 7f0263d3..7ea736fc 100644 --- a/ntex-codec/Cargo.toml +++ b/ntex-codec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ntex-codec" -version = "0.3.0-b.1" +version = "0.3.0" authors = ["ntex contributors "] description = "Utilities for encoding and decoding frames" keywords = ["network", "framework", "async", "futures"] @@ -25,5 +25,5 @@ log = "0.4" tokio = { version = "0.2.6", default-features=false } [dev-dependencies] -ntex = "0.2.0-b.3" +ntex = "0.2.0-b.13" futures = "0.3.12"