From 8c5094d6fb9d6bf99ba72f99273e5bf515ed2628 Mon Sep 17 00:00:00 2001 From: Felix Krull Date: Sun, 14 Oct 2018 15:07:15 +0200 Subject: [PATCH] Un-bump versions --- rust-bindings/rust/libostree-sys/Cargo.toml | 2 +- rust-bindings/rust/libostree/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust-bindings/rust/libostree-sys/Cargo.toml b/rust-bindings/rust/libostree-sys/Cargo.toml index 8906847e..80aa7c1c 100644 --- a/rust-bindings/rust/libostree-sys/Cargo.toml +++ b/rust-bindings/rust/libostree-sys/Cargo.toml @@ -39,4 +39,4 @@ name = "libostree_sys" build = "build.rs" links = "ostree" name = "libostree-sys" -version = "0.2.0" +version = "0.1.0" diff --git a/rust-bindings/rust/libostree/Cargo.toml b/rust-bindings/rust/libostree/Cargo.toml index 3c1a628c..d70b0b79 100644 --- a/rust-bindings/rust/libostree/Cargo.toml +++ b/rust-bindings/rust/libostree/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libostree" -version = "0.2.0" +version = "0.1.0" [lib] name = "libostree" @@ -14,7 +14,7 @@ gio = "0.5" glib-sys = "0.7" gobject-sys = "0.7" gio-sys = "0.7" -libostree-sys = { path = "../libostree-sys" } +libostree-sys = { version = "0.1", path = "../libostree-sys" } [dev-dependencies] tempfile = "3"