Cargo.toml: Bump to glib 0.14.4

Not strictly required for this repo, but it has the new variant
bindings we want in ostree-rs-ext.
This commit is contained in:
Colin Walters 2021-08-23 15:26:08 -04:00
parent f9a91bfabd
commit 0f7a1d9c0c

View File

@ -31,7 +31,7 @@ members = [".", "sys"]
bitflags = "1.2.1"
ffi = { package = "ostree-sys", path = "sys", version = "0.8.1" }
gio = "0.14"
glib = "0.14"
glib = "0.14.4"
hex = "0.4.2"
libc = "0.2"
once_cell = "1.4.0"