From 22a20c1d5e3885de75ba7ec48f626e47693228a1 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Thu, 12 Jul 2018 20:39:51 +0200 Subject: (cargo-release) start next development iteration 0.9.1-alpha.0 --- Cargo.lock | 6 +++--- lockchain-files/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 47b2d46..d57483d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -909,9 +909,9 @@ dependencies = [ [[package]] name = "lockchain-files" -version = "0.8.0" +version = "0.9.0" dependencies = [ - "lockchain-core 0.9.1-alpha.0", + "lockchain-core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -934,7 +934,7 @@ dependencies = [ "clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)", "insult 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "lockchain-core 0.9.1-alpha.0", - "lockchain-files 0.8.0", + "lockchain-files 0.9.0", "lockchain-http 0.3.0", ] diff --git a/lockchain-files/Cargo.toml b/lockchain-files/Cargo.toml index 25ef6ce..8656fbf 100644 --- a/lockchain-files/Cargo.toml +++ b/lockchain-files/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lockchain-files" description = "Filesystem storage backend for lockchain vaults" -version = "0.9.0" +version = "0.9.1-alpha.0" authors = ["Katharina Fey "] documentation = "https://docs.rs/lockchain-files" -- cgit v1.2.3