Prepare release

This commit is contained in:
Nikolay Kim 2024-01-07 20:26:26 +06:00
parent 4950eb4167
commit 412944e973
20 changed files with 63 additions and 51 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-io"
version = "1.0.0"
version = "1.0.0-b.0"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Utilities for encoding and decoding frames"
keywords = ["network", "framework", "async", "futures"]
@ -18,8 +18,8 @@ path = "src/lib.rs"
[dependencies]
ntex-codec = "0.6.2"
ntex-bytes = "0.1.21"
ntex-util = "1.0"
ntex-service = "2.0"
ntex-util = "1.0.0-b.0"
ntex-service = "2.0.0-b.0"
bitflags = "2.4"
log = "0.4"
@ -29,4 +29,4 @@ pin-project-lite = "0.2"
rand = "0.8"
env_logger = "0.10"
ntex = { version = "1.0.0", features = ["tokio"] }
ntex = { version = "1.0.0-b.0", features = ["tokio"] }