mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
prep ntex-io release
This commit is contained in:
parent
4d5395c89a
commit
8166fde2e0
2 changed files with 6 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -43,10 +43,10 @@ ntex-codec = "0.6.0"
|
|||
ntex-router = "0.5.1"
|
||||
ntex-service = "0.2.1"
|
||||
ntex-macros = "0.1.3"
|
||||
ntex-util = "0.1.2"
|
||||
ntex-bytes = "0.1.7"
|
||||
ntex-util = "0.1.3"
|
||||
ntex-bytes = "0.1.8"
|
||||
ntex-tls = "0.1"
|
||||
ntex-io = { version = "0.1", features = ["tokio"] }
|
||||
ntex-io = { version = "0.1.0-b.0", features = ["tokio"] }
|
||||
ntex-rt = { version = "0.4.0-b.0", default-features = false, features = ["tokio"] }
|
||||
|
||||
base64 = "0.13"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue