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

Commit b104fa1

Browse files
committed
Remove leftover testing usage of features for glib/gobject-sys
1 parent d8d6d34 commit b104fa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ lazy_static = "1.2"
2525
libc = "0.2"
2626
bitflags = "1.0"
2727
futures-preview = { version = "0.2", optional = true }
28-
glib-sys = { git = "https://github.com/gtk-rs/sys", features = ["v2_40"] }
29-
gobject-sys = { git = "https://github.com/gtk-rs/sys", features = ["v2_42"] }
28+
glib-sys = { git = "https://github.com/gtk-rs/sys" }
29+
gobject-sys = { git = "https://github.com/gtk-rs/sys" }
3030

3131
[dev-dependencies]
3232
tempfile = "3"

0 commit comments

Comments
 (0)