aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-07-12 20:39:51 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-07-12 20:39:51 +0200
commit22a20c1d5e3885de75ba7ec48f626e47693228a1 (patch)
tree4c50c352027c2601186a92269bc6a28fb244b7b0
parent981c9aac1e9b148e00f834c0761b93274d8ad2c8 (diff)
(cargo-release) start next development iteration 0.9.1-alpha.0
-rw-r--r--Cargo.lock6
-rw-r--r--lockchain-files/Cargo.toml2
2 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 47b2d46..d57483d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -909,9 +909,9 @@ dependencies = [
[[package]]
name = "lockchain-files"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
- "lockchain-core 0.9.1-alpha.0",
+ "lockchain-core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
[[package]]
@@ -934,7 +934,7 @@ dependencies = [
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
"insult 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
"lockchain-core 0.9.1-alpha.0",
- "lockchain-files 0.8.0",
+ "lockchain-files 0.9.0",
"lockchain-http 0.3.0",
]
diff --git a/lockchain-files/Cargo.toml b/lockchain-files/Cargo.toml
index 25ef6ce..8656fbf 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.9.0"
+version = "0.9.1-alpha.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
documentation = "https://docs.rs/lockchain-files"