Closed hugues31 closed 6 years ago
Hello all, Since the add of fn for_each<F>(self, f: F) we need Rust version 1.21 and above for Coinnect to compile. We then need to change the travis file config in order to fix this. I may send a PR later in the day.
fn for_each<F>(self, f: F)
Should be fixed now :) I close.
Hello all, Since the add of
fn for_each<F>(self, f: F)
we need Rust version 1.21 and above for Coinnect to compile. We then need to change the travis file config in order to fix this. I may send a PR later in the day.