aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-06-07 02:38:06 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-06-07 02:38:06 +0200
commitc9cc6a64c503585d55c4ada0f64dead154730858 (patch)
tree1925919db211613f3e3717442c27c76122a11615
parent772f6489ded31e929ac4b09c0be71a467c089680 (diff)
(cargo-release) version 0.7.1
-rw-r--r--lockchain-core/Cargo.lock2
-rw-r--r--lockchain-core/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/lockchain-core/Cargo.lock b/lockchain-core/Cargo.lock
index b6a659e..8800dae 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.1.0"
+version = "0.7.1"
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 3e820a2..d083286 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.0"
+version = "0.7.1"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
[dependencies]