From 128a31f601f94c54a49c65004c19b14db666e154 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Thu, 18 Oct 2018 19:07:22 +0200 Subject: [PATCH] Bump versions --- rust-bindings/rust/libostree-sys/Cargo.toml | 2 +- rust-bindings/rust/libostree/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust-bindings/rust/libostree-sys/Cargo.toml b/rust-bindings/rust/libostree-sys/Cargo.toml index 0ed753d1..88868c87 100644 --- a/rust-bindings/rust/libostree-sys/Cargo.toml +++ b/rust-bindings/rust/libostree-sys/Cargo.toml @@ -49,7 +49,7 @@ license = "MIT" links = "ostree-1" name = "libostree-sys" repository = "https://gitlab.com/fkrull/rust-libostree" -version = "0.1.4" +version = "0.1.5" [package.metadata.docs.rs] features = ["dox"] diff --git a/rust-bindings/rust/libostree/Cargo.toml b/rust-bindings/rust/libostree/Cargo.toml index 4cda12a2..d50d53b0 100644 --- a/rust-bindings/rust/libostree/Cargo.toml +++ b/rust-bindings/rust/libostree/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libostree" -version = "0.1.0" +version = "0.1.1" authors = ["Felix Krull"] build = "build.rs"