mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Fix lifetimes for unix_connect/unix_connect_in
This commit is contained in:
parent
4cb9b13d85
commit
c9271144aa
4 changed files with 26 additions and 5 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue