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

Commit b170234

Browse files
Merge pull request #127 from sdroege/futures-preview
Use futures-preview crates instead of futures
2 parents 57e7f1f + b081580 commit b170234

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ v2_56 = ["v2_54", "gio-sys/v2_56"]
3737
dox = ["gio-sys/dox", "glib/dox"]
3838
purge-lgpl-docs = ["gtk-rs-lgpl-docs"]
3939
embed-lgpl-docs = ["gtk-rs-lgpl-docs"]
40-
futures = ["futures-core", "futures-channel", "futures-util", "glib/futures"]
40+
futures = ["futures-core-preview", "futures-channel-preview", "futures-util-preview", "glib/futures"]
4141

4242
[build-dependencies.gtk-rs-lgpl-docs]
4343
version = "0.1.3"
@@ -49,9 +49,9 @@ libc = "0.2"
4949
bitflags = "1.0"
5050
lazy_static = "1.0"
5151
send-cell = "0.1"
52-
futures-core = { version = "0.2", optional = true }
53-
futures-channel = { version = "0.2", optional = true }
54-
futures-util = { version = "0.2", optional = true }
52+
futures-core-preview = { version = "0.2", optional = true }
53+
futures-channel-preview = { version = "0.2", optional = true }
54+
futures-util-preview = { version = "0.2", optional = true }
5555

5656
[dependencies.gio-sys]
5757
version = "0.6.0"

0 commit comments

Comments
 (0)