summaryrefslogtreecommitdiffstats
path: root/tokio-util/Cargo.toml
diff options
context:
space:
mode:
authorMarkus Westerlind <marwes91@gmail.com>2019-11-15 08:30:07 +0100
committerTaiki Endo <te316e89@gmail.com>2019-11-15 16:30:07 +0900
commit930679587ae42e4df3113159ccf33fb5923dd73a (patch)
treea03a255fc40092185de040e4e825da13d26c10e4 /tokio-util/Cargo.toml
parent27e5b41067d01c0c9fac230c5addb58034201a63 (diff)
codec: Remove Unpin requirement from Framed[Read,Write,] (#1758)
cc #1252
Diffstat (limited to 'tokio-util/Cargo.toml')
-rw-r--r--tokio-util/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tokio-util/Cargo.toml b/tokio-util/Cargo.toml
index 034dcd02..69b804b7 100644
--- a/tokio-util/Cargo.toml
+++ b/tokio-util/Cargo.toml
@@ -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" }