From: Colin Walters Date: Wed, 6 Oct 2021 13:51:02 +0000 (-0400) Subject: Bump ostree-sys version X-Git-Tag: archive/raspbian/2022.4-1+rpi1^2~9^2^2~20^2~39 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0432bd48b938207eaa91d0f4dde44444e5dd41e2;p=ostree.git Bump ostree-sys version --- diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index 0077c33b..785e3301 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -29,7 +29,7 @@ members = [".", "sys"] [dependencies] bitflags = "1.2.1" -ffi = { package = "ostree-sys", path = "sys", version = "0.9" } +ffi = { package = "ostree-sys", path = "sys", version = "0.9.1" } gio = "0.14" glib = "0.14.4" hex = "0.4.2" diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index 4fcf130d..7f187354 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -73,7 +73,7 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://gitlab.com/fkrull/ostree-rs" -version = "0.9.0" +version = "0.9.1" edition = "2018" [package.metadata.docs.rs] features = ["dox"]