aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"