Skip to content

Commit

Permalink
gio/gdk-pixbuf: 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 1c08c24 commit ec496cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gdk-pixbuf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ features = ["dox"]
libc = "0.2"
bitflags = "1.3"
ffi = {package = "gdk-pixbuf-sys", path = "sys", version = "0.15.1"}
glib = {path = "../glib", version = "0.15.1"}
glib = {path = "../glib", version = "0.15.3"}
gio = {path = "../gio", version = "0.15.1"}

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion gio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ futures-core = { version = "0.3", default-features = false }
futures-channel = "0.3"
futures-io = "0.3"
ffi = {package = "gio-sys", path = "sys", version = "0.15.1"}
glib = {path = "../glib", version = "0.15.1"}
glib = {path = "../glib", version = "0.15.3"}
thiserror = "1"

[dev-dependencies]
Expand Down

0 comments on commit ec496cb

Please sign in to comment.