aboutsummaryrefslogtreecommitdiff
path: root/lockchain-crypto/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lockchain-crypto/Cargo.toml')
-rw-r--r--lockchain-crypto/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lockchain-crypto/Cargo.toml b/lockchain-crypto/Cargo.toml
index 2b13423..08d7f53 100644
--- a/lockchain-crypto/Cargo.toml
+++ b/lockchain-crypto/Cargo.toml
@@ -9,8 +9,8 @@ version = "0.7.1"
authors = ["Katharina Fey <kookie@spacekookie.de>"]
[dependencies]
-lockchain-core = { version = "0.9.0", path = "../lockchain-core" }
+lockchain-core = { version = "0.9.0" } #, path = "../lockchain-core" }
serde_derive = "1.0"
serde = "1.0"
-miscreant = "0.3" \ No newline at end of file
+miscreant = "0.4.0-beta1" \ No newline at end of file