From 0f7a1d9c0cff8c1ff5ad0adabd4707d318e2c559 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 23 Aug 2021 15:26:08 -0400 Subject: [PATCH] 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. --- rust-bindings/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index 5f631d6f..2f652e85 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -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"