From b526f511653eb55992b68f08fdb2f70712636cd7 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Sun, 18 Oct 2020 17:02:36 +0200 Subject: [PATCH] Bump versions --- rust-bindings/rust/Cargo.toml | 4 ++-- rust-bindings/rust/sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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]