mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
codec: Remove Unpin requirement from Framed[Read,Write,] (#1758)
cc #1252
This commit is contained in:
committed by
Taiki Endo
parent
27e5b41067
commit
930679587a
@@ -26,6 +26,7 @@ bytes = "0.4.7"
|
||||
futures-core = "0.3.0"
|
||||
futures-sink = "0.3.0"
|
||||
log = "0.4"
|
||||
pin-project = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "=0.2.0-alpha.6", path = "../tokio" }
|
||||
|
||||
Reference in New Issue
Block a user