mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
prep release
This commit is contained in:
parent
e46cc3292a
commit
c8a229422f
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# Changes
|
||||
|
||||
## [0.3.0] - 2021-01-23
|
||||
## [0.3.0] - 2021-02-20
|
||||
|
||||
* Make Encoder and Decoder methods immutable
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ntex-codec"
|
||||
version = "0.3.0-b.1"
|
||||
version = "0.3.0"
|
||||
authors = ["ntex contributors <team@ntex.rs>"]
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue