Skip to content

Commit 757579d

Browse files
elmarcosdroege
authored andcommitted
workspace: use glib default-features = false
Signed-off-by: Marc-André Lureau <[email protected]>
1 parent 529ca56 commit 757579d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ bitflags = "2.9"
4040
gir-format-check = "^0.1"
4141
glib-sys = { path = "glib/sys", version = "0.22" }
4242
gobject-sys = { path = "glib/gobject-sys", version = "0.22" }
43-
glib = { path = "glib", version = "0.22" }
43+
glib = { path = "glib", version = "0.22", default-features = false }
4444
gio-sys = { path = "gio/sys", version = "0.22" }
4545
gio = { path = "gio", version = "0.22" }
4646
pango-sys = { path = "pango/sys", version = "0.22" }

gio/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ futures-channel = "0.3"
4141
futures-io = "0.3"
4242
futures-util = { version = "0.3", default-features = false }
4343
gio-sys.workspace = true
44-
glib.workspace = true
44+
glib = { workspace = true, features = ["futures"] }
4545
pin-project-lite = "0.2"
4646
smallvec = "1"
4747

0 commit comments

Comments
 (0)