aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatharina Sabel <katharina.sabel@asquera.de>2018-05-11 23:44:26 +0200
committerKatharina Sabel <katharina.sabel@asquera.de>2018-05-11 23:44:26 +0200
commit14e8f074f2783e7f9c8450344007bbb66f60db2c (patch)
treef77f85b6be490ec2eee704c467ca66b0d86875fa
parent4cacf3455aa1e908a57740499f846e58b25dc106 (diff)
Fixing the manifest files
-rw-r--r--Cargo.lock41
-rw-r--r--lockchain-client/Cargo.toml2
-rw-r--r--lockchain-core/Cargo.toml1
-rw-r--r--lockchain-crypto/Cargo.toml2
-rw-r--r--lockchain-files/Cargo.toml4
-rw-r--r--lockchain-http/Cargo.toml2
6 files changed, 19 insertions, 33 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6549976..b23379e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -523,30 +523,18 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "lockchain-client"
version = "0.0.0"
-
-[[package]]
-name = "lockchain-core"
-version = "0.3.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
- "base64 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "bcrypt 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_derive 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
- "serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lockchain-core 0.7.0",
]
[[package]]
name = "lockchain-core"
-version = "0.5.0"
+version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"base64 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bcrypt 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "blake2 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"chrono 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -555,6 +543,7 @@ dependencies = [
[[package]]
name = "lockchain-core"
version = "0.6.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"base64 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bcrypt 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -568,8 +557,7 @@ dependencies = [
[[package]]
name = "lockchain-core"
-version = "0.6.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
+version = "0.7.0"
dependencies = [
"base64 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
"bcrypt 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -583,9 +571,9 @@ dependencies = [
[[package]]
name = "lockchain-crypto"
-version = "0.3.0"
+version = "0.7.0"
dependencies = [
- "lockchain-core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lockchain-core 0.7.0",
"miscreant 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
"serde 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
"serde_derive 1.0.53 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -594,13 +582,6 @@ dependencies = [
[[package]]
name = "lockchain-files"
version = "0.1.0"
-dependencies = [
- "lockchain-core 0.6.0",
-]
-
-[[package]]
-name = "lockchain-files"
-version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"lockchain-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -610,13 +591,20 @@ dependencies = [
]
[[package]]
+name = "lockchain-files"
+version = "0.7.0"
+dependencies = [
+ "lockchain-core 0.7.0",
+]
+
+[[package]]
name = "lockchain-http"
version = "0.0.0"
dependencies = [
"gotham 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"gotham_derive 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
"gotham_serde_json_body_parser 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "lockchain-core 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
+ "lockchain-core 0.7.0",
]
[[package]]
@@ -1457,7 +1445,6 @@ dependencies = [
"checksum libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" = "6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b"
"checksum linked-hash-map 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "70fb39025bc7cdd76305867c4eccf2f2dcf6e9a57f5b21a93e1c2d86cd03ec9e"
"checksum lockchain-core 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8cc843193c0f63da17232b600423a6da3117a86ed43b91652ab81300d017f0c1"
-"checksum lockchain-core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "35d7f2d6b5f34326a3ed5d7212a8a7109aeee0cd522dd6aaf6a953cf8d9a66a9"
"checksum lockchain-core 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ae784d9429a01f69d1eb546f04b5128bcc2fd3dcbc2ae52613034d3f04d06505"
"checksum lockchain-files 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8363236595cab498d4a0e93efa893c800c26a230bc39f037cf062e179cdfcfad"
"checksum lockchain-http 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cfef9fc7585ca94e9f5294854d208914fbff1bbd85a7f47a3e335665b08df302"
diff --git a/lockchain-client/Cargo.toml b/lockchain-client/Cargo.toml
index fcda6c1..4e7f901 100644
--- a/lockchain-client/Cargo.toml
+++ b/lockchain-client/Cargo.toml
@@ -10,4 +10,4 @@ readme = "README.md"
license = "MIT/X11 OR Apache-2.0"
[dependencies]
-lockchain-core = { version = "0.7.0", path = "../lockchain-core", }
+lockchain-core = { version = "0.7.0", path = "../lockchain-core" }
diff --git a/lockchain-core/Cargo.toml b/lockchain-core/Cargo.toml
index 283751a..3e820a2 100644
--- a/lockchain-core/Cargo.toml
+++ b/lockchain-core/Cargo.toml
@@ -10,7 +10,6 @@ authors = ["Katharina Fey <kookie@spacekookie.de>"]
[dependencies]
chrono = { version = "0.4", features = ["serde"] }
-
serde_derive = "1.0"
serde_json = "1.0"
serde = "1.0"
diff --git a/lockchain-crypto/Cargo.toml b/lockchain-crypto/Cargo.toml
index f56d9e7..fbe1364 100644
--- a/lockchain-crypto/Cargo.toml
+++ b/lockchain-crypto/Cargo.toml
@@ -9,7 +9,7 @@ version = "0.7.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
[dependencies]
-lockchain-core = { version = "0.7.0", path = "../lockchain-core", }
+lockchain-core = { version = "0.7.0", path = "../lockchain-core" }
serde_derive = "1.0"
serde = "1.0"
diff --git a/lockchain-files/Cargo.toml b/lockchain-files/Cargo.toml
index dc096d3..a1d90b8 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.6.0"
+version = "0.7.0"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
documentation = "https://docs.rs/lockchain-files"
@@ -10,4 +10,4 @@ readme = "README.md"
license = "MIT/X11 OR Apache-2.0"
[dependencies]
-lockchain-core = { path = "../lockchain-core" } #, version = "0.6.0" }
+lockchain-core = { path = "../lockchain-core", version = "0.7.0" }
diff --git a/lockchain-http/Cargo.toml b/lockchain-http/Cargo.toml
index 3f3567e..7cfd919 100644
--- a/lockchain-http/Cargo.toml
+++ b/lockchain-http/Cargo.toml
@@ -11,7 +11,7 @@ license = "MIT/X11 OR Apache-2.0"
[dependencies]
-lockchain-core = { version = "0.7.0", path = "../lockchain-core", }
+lockchain-core = { version = "0.7.0", path = "../lockchain-core" }
# Web stack
gotham = "0.2"