From 8530365ccf47dc520d049236aa1430c6245c9a5e Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Fri, 6 Mar 2020 13:42:56 +0100 Subject: [PATCH] Bump ostree version --- rust-bindings/rust/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index 49904dbc..09ffcb66 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ostree" -version = "0.7.0" +version = "0.7.1" authors = ["Felix Krull"] license = "MIT" @@ -40,7 +40,7 @@ gio = "0.8.0" glib-sys = "0.9.1" gobject-sys = "0.9.1" gio-sys = "0.9.1" -ostree-sys = { version = "0.5.3", path = "sys" } +ostree-sys = { version = "0.5.4", path = "sys" } [dev-dependencies] maplit = "1.0.1"