-
- Downloads
Loosen the dependency requirement on futures
[package] | [package] | ||
name = "iterstream" | name = "iterstream" | ||
version = "0.1.1" | version = "0.1.2" | ||
authors = ["Michaël Hauspie <michael.hauspie@univ-lille.fr>"] | authors = ["Michaël Hauspie <michael.hauspie@univ-lille.fr>"] | ||
edition = "2018" | edition = "2018" | ||
license-file = "LICENSE" | license-file = "LICENSE" | ||
... | @@ -9,4 +9,4 @@ repository = "https://gitlab.univ-lille.fr/michael.hauspie/iterstream" | ... | @@ -9,4 +9,4 @@ repository = "https://gitlab.univ-lille.fr/michael.hauspie/iterstream" |
keywords = ["futures", "async", "iterator"] | keywords = ["futures", "async", "iterator"] | ||
description = "Converts Iterator into real asynchronous Stream" | description = "Converts Iterator into real asynchronous Stream" | ||
[dependencies] | [dependencies] | ||
futures = { version = "0.3.6", features = ["thread-pool"]} | futures = { version = "^0", features = ["thread-pool"]} |
Please register or sign in to comment