File: remove-futures-preview-feature.diff

package info (click to toggle)
rust-glib 0.8.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 964 kB
  • sloc: makefile: 28
file content (21 lines) | stat: -rw-r--r-- 450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -28,10 +28,6 @@
 [dependencies.bitflags]
 version = "1.0"
 
-[dependencies.futures-preview]
-version = "0.3.0-alpha"
-optional = true
-
 [dependencies.glib-sys]
 version = "0.9.0"
 
@@ -48,7 +44,6 @@
 
 [features]
 dox = ["glib-sys/dox", "gobject-sys/dox"]
-futures = ["futures-preview"]
 subclassing = []
 v2_44 = ["glib-sys/v2_44", "gobject-sys/v2_44"]
 v2_46 = ["v2_44", "glib-sys/v2_46", "gobject-sys/v2_46"]