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

Commit

Permalink
gtk: Depend on glib 0.15.3 for ThreadGuard API
Browse files Browse the repository at this point in the history
  • Loading branch information
sdroege committed Jan 31, 2022
1 parent e07b204 commit ae1455d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk/Cargo.toml
Expand Up @@ -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" }
Expand Down

0 comments on commit ae1455d

Please sign in to comment.