Prepare io release

This commit is contained in:
Nikolay Kim 2024-01-09 21:10:26 +06:00
parent c864b10e62
commit 587b248b57
13 changed files with 121 additions and 56 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-async-std"
version = "0.4.0-b.0"
version = "0.4.0"
authors = ["ntex contributors <team@ntex.rs>"]
description = "async-std intergration for ntex framework"
keywords = ["network", "framework", "async", "futures"]
@ -17,8 +17,8 @@ path = "src/lib.rs"
[dependencies]
ntex-bytes = "0.1.21"
ntex-io = "1.0.0-b.1"
ntex-util = "1.0.0-b.1"
ntex-io = "1.0.0"
ntex-util = "1.0.0"
log = "0.4"
pin-project-lite = "0.2"
async-std = { version = "1", features = ["unstable"] }