From: Felix Krull Date: Sun, 18 Oct 2020 15:02:36 +0000 (+0200) Subject: Bump versions X-Git-Tag: archive/raspbian/2022.4-1+rpi1^2~9^2^2~20^2~85 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b526f511653eb55992b68f08fdb2f70712636cd7;p=ostree.git Bump versions --- diff --git a/rust-bindings/rust/Cargo.toml b/rust-bindings/rust/Cargo.toml index 02baea4b..6d6ae2d8 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ostree" -version = "0.9.0" +version = "0.9.1" authors = ["Felix Krull"] license = "MIT" @@ -40,7 +40,7 @@ glib-sys = "0.10.0" gobject-sys = "0.10.0" gio-sys = "0.10.0" once_cell = "1.4.0" -ostree-sys = { version = "0.7.0", path = "sys" } +ostree-sys = { version = "0.7.1", path = "sys" } radix64 = "0.6.2" hex = "0.4.2" thiserror = "1.0.20" diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index bd9d395e..d4ac8739 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -67,7 +67,7 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://gitlab.com/fkrull/ostree-rs" -version = "0.7.0" +version = "0.7.1" [package.metadata.docs.rs] features = ["dox"] [package.metadata.system-deps.ostree_1]