Skip to content

Commit 8e50ec6

Browse files
committed
gtk/gdk: Depend on glib 0.15.3 for ThreadGuard API
1 parent 675c99e commit 8e50ec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gdk4/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cairo-rs = {version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", b
3030
ffi = {package = "gdk4-sys", path = "./sys", version = "0.4.2"}
3131
gdk-pixbuf = {version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
3232
gio = {version = "0.15.2", features = ["v2_66"], git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
33-
glib = {version = "0.15.2", features = ["v2_66"], git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
33+
glib = {version = "0.15.3", features = ["v2_66"], git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
3434
libc = "0.2"
3535
pango = {version = "0.15.2", features = ["v1_46"], git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
3636

gtk4/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ futures-channel = "0.3"
3434
gdk = {package = "gdk4", path = "../gdk4", version = "0.4.2"}
3535
gdk-pixbuf = {version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
3636
gio = {features = ["v2_66"], version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
37-
glib = {features = ["v2_66"], version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
37+
glib = {features = ["v2_66"], version = "0.15.3", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
3838
graphene = {package = "graphene-rs", version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
3939
gsk = {package = "gsk4", path = "../gsk4", version = "0.4.2"}
4040
gtk4-macros = {path = "../gtk4-macros", version = "0.4.2"}

0 commit comments

Comments
 (0)