aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-06-07 17:19:53 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-06-07 17:19:53 +0200
commit6927a75c9b79ef04883f8192fd5ae2634be61535 (patch)
treedd9b56c1656c83d4b633483eb10d719b1bdf6c91
parentb9748ab6bff34233ed55d4db6f461e7d610b36c9 (diff)
Patch release (cargo release is broken!)
-rw-r--r--Cargo.lock2
-rw-r--r--lockchain-http/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 51704d0..66f3943 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -948,7 +948,7 @@ dependencies = [
[[package]]
name = "lockchain-http"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"actix 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
"actix-web 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
diff --git a/lockchain-http/Cargo.toml b/lockchain-http/Cargo.toml
index bf73979..09f4843 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.0"
+version = "0.1.1"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
documentation = "https://docs.rs/lockchain-http"