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:
parent
f9a91bfabd
commit
0f7a1d9c0c
|
|
@ -31,7 +31,7 @@ members = [".", "sys"]
|
||||||
bitflags = "1.2.1"
|
bitflags = "1.2.1"
|
||||||
ffi = { package = "ostree-sys", path = "sys", version = "0.8.1" }
|
ffi = { package = "ostree-sys", path = "sys", version = "0.8.1" }
|
||||||
gio = "0.14"
|
gio = "0.14"
|
||||||
glib = "0.14"
|
glib = "0.14.4"
|
||||||
hex = "0.4.2"
|
hex = "0.4.2"
|
||||||
libc = "0.2"
|
libc = "0.2"
|
||||||
once_cell = "1.4.0"
|
once_cell = "1.4.0"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue