diff --git a/Cargo.toml b/Cargo.toml index 19ab8edbbfd30440e4ec88cee22961bf386f35ac..710643263bf2cd1e14b1312a3819369d061fffe6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "iterstream" -version = "0.1.1" +version = "0.1.2" authors = ["Michaƫl Hauspie <michael.hauspie@univ-lille.fr>"] edition = "2018" license-file = "LICENSE" @@ -9,4 +9,4 @@ repository = "https://gitlab.univ-lille.fr/michael.hauspie/iterstream" keywords = ["futures", "async", "iterator"] description = "Converts Iterator into real asynchronous Stream" [dependencies] -futures = { version = "0.3.6", features = ["thread-pool"]} +futures = { version = "^0", features = ["thread-pool"]}