aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-06-09 13:32:31 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-06-09 13:32:31 +0200
commit6e34f8294138db7efc5975d5af4a4d2e4cb101a9 (patch)
treeb8e6b6b6706ebd9044a2cb0c1b6e5fc9432747ca
parent984b2e39500c2365ba654d2d593b8a50e7a95a74 (diff)
Bumping and updating crate versions
-rw-r--r--lockchain-core/Cargo.toml2
-rw-r--r--lockchain-files/Cargo.toml4
-rw-r--r--lockchain-http/Cargo.toml4
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 <kookie@spacekookie.de>"]
[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 <kookie@spacekookie.de>"]
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 <kookie@spacekookie.de>"]
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