Fix lifetimes for unix_connect/unix_connect_in

This commit is contained in:
Nikolay Kim 2021-12-21 16:47:12 +06:00
parent 4cb9b13d85
commit c9271144aa
4 changed files with 26 additions and 5 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "ntex-rt"
version = "0.4.0-b.0"
version = "0.4.0-b.1"
authors = ["ntex contributors <team@ntex.rs>"]
description = "ntex runtime"
keywords = ["network", "framework", "async", "futures"]
@ -23,7 +23,7 @@ tokio = ["tok-io", "ntex-io/tokio"]
[dependencies]
ntex-bytes = "0.1.8"
ntex-io = "0.1.0-b.1"
ntex-io = "0.1.0-b.3"
ntex-util = "0.1.3"
async-oneshot = "0.5.0"
async-channel = "1.6.1"