Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit c30994c

Browse files
Merge pull request #185 from sdroege/futures-0.2
Remove futures-nightly from travis
2 parents 00eb0b2 + eda9f73 commit c30994c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ git = "https://github.com/gtk-rs/sys"
4040
git = "https://github.com/gtk-rs/sys"
4141

4242
[features]
43-
#default = ["gtk_3_22_30", "futures-nightly"]
43+
#default = ["gtk_3_22_30", "futures-stable"]
4444
gtk_3_10 = ["gtk/v3_10"]
4545
gtk_3_16 = ["gtk_3_10", "gtk/v3_16"]
4646
gtk_3_18 = ["gtk_3_16", "gtk/v3_18"] #for CI tools

build_travis.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ set -e
66
if [ "$GTK" = latest -o "$GTK" = "3.22.30" ]; then
77
BUNDLE="gtk-3.22.30-1"
88
if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
9-
FEATURES=gtk_3_22_30,futures-nightly
9+
FEATURES=gtk_3_22_30,futures-stable
1010
else
1111
FEATURES=gtk_3_22_30,futures-stable
1212
fi
1313
elif [ "$GTK" = "3.18" ]; then
1414
BUNDLE="gtk-3.18.1-2"
1515
if [ "$TRAVIS_RUST_VERSION" = "nightly" ]; then
16-
FEATURES=gtk_3_18,futures-nightly
16+
FEATURES=gtk_3_18,futures-stable
1717
else
1818
FEATURES=gtk_3_18,futures-stable
1919
fi

0 commit comments

Comments
 (0)