aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-07-12 20:39:12 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-07-12 20:39:12 +0200
commit6a201b612de8b00cf365c12e6d8703af5bc8e5fc (patch)
tree800f09a7527e508c6484465fa241670b43ccaccb
parentd053ffe63b3793abaebd3aa573c3d3f4504d8a83 (diff)
See previous commit message...
-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 9a0ae21..47b2d46 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -899,7 +899,7 @@ dependencies = [
[[package]]
name = "lockchain-crypto"
-version = "0.8.0"
+version = "0.8.1-alpha.0"
dependencies = [
"lockchain-core 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
"miscreant 0.4.0-beta2 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -909,7 +909,7 @@ dependencies = [
[[package]]
name = "lockchain-files"
-version = "0.7.2"
+version = "0.8.0"
dependencies = [
"lockchain-core 0.9.1-alpha.0",
]
@@ -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.7.2",
+ "lockchain-files 0.8.0",
"lockchain-http 0.3.0",
]
diff --git a/lockchain-files/Cargo.toml b/lockchain-files/Cargo.toml
index c4d7f99..08ef633 100644
--- a/lockchain-files/Cargo.toml
+++ b/lockchain-files/Cargo.toml
@@ -10,4 +10,4 @@ readme = "README.md"
license = "MIT/X11 OR Apache-2.0"
[dependencies]
-lockchain-core = { version = "0.9.1-alpha.0", path = "../lockchain-core" }
+lockchain-core = { version = "0.9.0" } # lockchain-core = { version = "0.9.1-alpha.0", path = "../lockchain-core" }