From 6e34f8294138db7efc5975d5af4a4d2e4cb101a9 Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Sat, 9 Jun 2018 13:32:31 +0200 Subject: Bumping and updating crate versions --- lockchain-core/Cargo.toml | 2 +- lockchain-files/Cargo.toml | 4 ++-- lockchain-http/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lockchain-core/Cargo.toml b/lockchain-core/Cargo.toml index d083286..817728f 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.7.1" +version = "0.7.2" authors = ["Katharina Fey "] [dependencies] diff --git a/lockchain-files/Cargo.toml b/lockchain-files/Cargo.toml index a1d90b8..2414666 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.7.0" +version = "0.7.1" authors = ["Katharina Fey "] documentation = "https://docs.rs/lockchain-files" @@ -10,4 +10,4 @@ readme = "README.md" license = "MIT/X11 OR Apache-2.0" [dependencies] -lockchain-core = { path = "../lockchain-core", version = "0.7.0" } +lockchain-core = { version = "0.7.2", path = "../lockchain-core" } diff --git a/lockchain-http/Cargo.toml b/lockchain-http/Cargo.toml index b6c832a..bffe9de 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.1.1" +version = "0.2.0" authors = ["Katharina Fey "] documentation = "https://docs.rs/lockchain-http" @@ -11,7 +11,7 @@ license = "MIT/X11 OR Apache-2.0" [dependencies] -lockchain-core = { version = "0.7.0", path = "../lockchain-core" } +lockchain-core = { version = "0.7.2", path = "../lockchain-core" } env_logger = "0.5" # Serialisation stack -- cgit v1.2.3