mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
Remove &addr arg from TcpListener::from_std (#92)
This has been deprecated in mio.
This commit is contained in:
committed by
Alex Crichton
parent
fd37fb0f17
commit
117dcba8cb
@@ -37,3 +37,6 @@ serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
||||
time = "0.1"
|
||||
|
||||
[patch.crates-io]
|
||||
mio = { git = "https://github.com/carllerche/mio" }
|
||||
|
||||
Reference in New Issue
Block a user