-
-
Notifications
You must be signed in to change notification settings - Fork 62
Conversation
futures 0.2 is not maintained anymore and the nightly parts don't work anymore with latest nightly toolchain
Maybe separating is possible with https://github.com/Kimundi/rustc-version-rs and https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies |
Instead of removing code, wouldn't it be better to comment it? |
Personally I prefer removing, it usually give better results with |
@sdroege Any opinion? |
I removed it because for the future 0.3 version I'll simply go with a |
About loading different crates version by feature: |
Ok, let's go with removal then. |
Then it time to merge gtk-rs/examples#185 and restart CI here |
Restarted travis. |
See rust-lang/cargo#5954 for the missing cargo feature Can we get this merged now, or ...? :) |
Sure, thanks! |
@sdroege rust-lang/cargo#1197 active since 2015 😭 |
futures 0.2 is not maintained anymore and the nightly parts don't work
anymore with latest nightly toolchain
If I understand how to optionally depend (based on a feature flag) on futures 0.3, I'll re-add this in a different way.
Does someone know how that would look like in
Cargo.toml
?