From 463fdd799f1f7cb1bd189a53d000def0d883f5bc Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Thu, 12 Jul 2018 20:31:45 +0200 Subject: (cargo-release) start next development iteration 0.9.1-alpha.0 --- lockchain-core/Cargo.lock | 2 +- lockchain-core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lockchain-core/Cargo.lock b/lockchain-core/Cargo.lock index aa5ca2b..4ef623a 100644 --- a/lockchain-core/Cargo.lock +++ b/lockchain-core/Cargo.lock @@ -167,7 +167,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "lockchain-core" -version = "0.9.0" +version = "0.9.1-alpha.0" dependencies = [ "base64 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "blake2 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/lockchain-core/Cargo.toml b/lockchain-core/Cargo.toml index 870445b..4d6694c 100644 --- a/lockchain-core/Cargo.toml +++ b/lockchain-core/Cargo.toml @@ -5,7 +5,7 @@ documentation = "https://docs.rs/lockchain-core" homepage = "https://github.com/spacekookie/lockchain/tree/master/lockchain-core" readme = "README.md" license = "MIT/X11 OR Apache-2.0" -version = "0.9.0" +version = "0.9.1-alpha.0" authors = ["Katharina Fey "] [dependencies] -- cgit v1.2.3