Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit ae1455d

Browse files
committed
gtk: Depend on glib 0.15.3 for ThreadGuard API
1 parent e07b204 commit ae1455d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ffi = {package = "gtk-sys", path = "sys", version = "0.15.1"}
5454
gtk3-macros = {path = "../gtk3-macros", version = "0.15.1"}
5555
cairo-rs = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
5656
gio = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
57-
glib = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
57+
glib = { version = "0.15.3", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
5858
gdk = {path = "../gdk", version = "0.15.1"}
5959
gdk-pixbuf = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
6060
pango = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }

0 commit comments

Comments
 (0)