Skip to content
Snippets Groups Projects
Commit e77bed0a authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Loosen the dependency requirement on futures

parent f5d51b84
No related branches found
No related tags found
No related merge requests found
Pipeline #6893 passed
[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"]}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment