prep ntex-io release

This commit is contained in:
Nikolay Kim 2021-12-18 20:31:43 +06:00
parent 4d5395c89a
commit 8166fde2e0
2 changed files with 6 additions and 6 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-io"
version = "0.1.0"
version = "0.1.0-b.0"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Utilities for encoding and decoding frames"
keywords = ["network", "framework", "async", "futures"]
@ -28,8 +28,8 @@ tokio = ["tok-io/net"]
bitflags = "1.3"
fxhash = "0.2.1"
ntex-codec = "0.6.0"
ntex-bytes = "0.1.7"
ntex-util = "0.1.2"
ntex-bytes = "0.1.8"
ntex-util = "0.1.3"
ntex-service = "0.2.1"
log = "0.4"
pin-project-lite = "0.2"