From 59f9b69989d95a4ecf3450df16e40e9ea50b1b78 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Thu, 31 Oct 2019 16:04:58 +0100 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 7b339edb..0f3cca90 100644 --- a/rust-bindings/rust/Cargo.toml +++ b/rust-bindings/rust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ostree" -version = "0.6.0" +version = "0.6.1" authors = ["Felix Krull"] license = "MIT" @@ -42,7 +42,7 @@ gio = "0.7.0" glib-sys = "0.9.0" gobject-sys = "0.9.0" gio-sys = "0.9.0" -ostree-sys = { version = "0.5.0", path = "sys" } +ostree-sys = { version = "0.5.1", path = "sys" } [dev-dependencies] maplit = "1.0.1" diff --git a/rust-bindings/rust/sys/Cargo.toml b/rust-bindings/rust/sys/Cargo.toml index 95879352..34aec339 100644 --- a/rust-bindings/rust/sys/Cargo.toml +++ b/rust-bindings/rust/sys/Cargo.toml @@ -61,7 +61,7 @@ license = "MIT" links = "ostree-1" name = "ostree-sys" repository = "https://gitlab.com/fkrull/ostree-rs" -version = "0.5.0" +version = "0.5.1" ["package.metadata.docs.rs"] features = ["dox", "v2019_4"]