Skip to content

Commit

Permalink
gtk/gdk: 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 675c99e commit 8e50ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gdk4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cairo-rs = {version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", b
ffi = {package = "gdk4-sys", path = "./sys", version = "0.4.2"}
gdk-pixbuf = {version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
gio = {version = "0.15.2", features = ["v2_66"], git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
glib = {version = "0.15.2", features = ["v2_66"], git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
glib = {version = "0.15.3", features = ["v2_66"], git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
libc = "0.2"
pango = {version = "0.15.2", features = ["v1_46"], git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}

Expand Down
2 changes: 1 addition & 1 deletion gtk4/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ futures-channel = "0.3"
gdk = {package = "gdk4", path = "../gdk4", version = "0.4.2"}
gdk-pixbuf = {version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15" }
gio = {features = ["v2_66"], version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
glib = {features = ["v2_66"], version = "0.15.2", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
glib = {features = ["v2_66"], version = "0.15.3", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
graphene = {package = "graphene-rs", version = "0.15.1", git = "https://github.com/gtk-rs/gtk-rs-core", branch = "0.15"}
gsk = {package = "gsk4", path = "../gsk4", version = "0.4.2"}
gtk4-macros = {path = "../gtk4-macros", version = "0.4.2"}
Expand Down

0 comments on commit 8e50ec6

Please sign in to comment.