From 0231f3963c655e8ed99b6139a98aa15f018d7227 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Thu, 12 Jul 2018 20:41:49 +0200 Subject: (cargo-release) start next development iteration 0.4.1-alpha.0 --- Cargo.lock | 8 ++++---- lockchain-http/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d57483d..c69f091 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -909,14 +909,14 @@ dependencies = [ [[package]] name = "lockchain-files" -version = "0.9.0" +version = "0.9.1-alpha.0" dependencies = [ "lockchain-core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "lockchain-http" -version = "0.3.0" +version = "0.4.0" dependencies = [ "actix 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)", "actix-web 0.6.15 (registry+https://github.com/rust-lang/crates.io-index)", @@ -934,8 +934,8 @@ 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.9.0", - "lockchain-http 0.3.0", + "lockchain-files 0.9.1-alpha.0", + "lockchain-http 0.4.0", ] [[package]] diff --git a/lockchain-http/Cargo.toml b/lockchain-http/Cargo.toml index ecf0004..128c9c9 100644 --- a/lockchain-http/Cargo.toml +++ b/lockchain-http/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lockchain-http" description = "Generic HTTP interface crate for the lockchain ecosystem. Can serve both encrypted and cleartext records" -version = "0.4.0" +version = "0.4.1-alpha.0" authors = ["Katharina Fey "] documentation = "https://docs.rs/lockchain-http" -- cgit v1.2.3