From ae1455d9c2ed6209dc16df4021c604fa136308ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 31 Jan 2022 13:46:31 +0200 Subject: [PATCH] gtk: Depend on glib 0.15.3 for `ThreadGuard` API --- gtk/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/Cargo.toml b/gtk/Cargo.toml index 16bc47708b7c..636822cc0702 100644 --- a/gtk/Cargo.toml +++ b/gtk/Cargo.toml @@ -54,7 +54,7 @@ ffi = {package = "gtk-sys", path = "sys", version = "0.15.1"} gtk3-macros = {path = "../gtk3-macros", version = "0.15.1"} cairo-rs = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" } gio = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" } -glib = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" } +glib = { version = "0.15.3", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" } gdk = {path = "../gdk", version = "0.15.1"} gdk-pixbuf = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" } pango = { version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }