Fixup package releasing (#5821)

Co-Authored-By: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
Benjamin Kampmann
2020-04-29 18:44:12 +02:00
committed by GitHub
parent c0daa9a47c
commit bb94695a4e
5 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ test-helpers = []
[dependencies]
derive_more = "0.99.2"
futures01 = { package = "futures", version = "0.1.29" }
futures = "0.3.4"
futures = { version = "0.3.4", features = ["compat"] }
rand = "0.7.3"
parking_lot = "0.10.0"
lazy_static = "1.4.0"