From 1764a42b196c964bb2a56fdc2f5f076541cabcdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 14 Nov 2019 10:54:03 +0100 Subject: [PATCH] Update to pin-project 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7877e5a..d7b3f14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ stream = ["bytes"] [dependencies] log = "0.4" futures = { version = "0.3", features = ["async-await"] } -pin-project = "0.4.0-alpha.9" +pin-project = "0.4" [dependencies.tungstenite] #version = "0.9.2"