aboutsummaryrefslogtreecommitdiff
path: root/lockchain-crypto
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2018-07-12 20:37:17 +0200
committerKatharina Fey <kookie@spacekookie.de>2018-07-12 20:37:17 +0200
commit8fd2816a9694fba4dbbdbc82c9d25a0d18f10878 (patch)
treeefb09c0f1b4337f525fd9fc2a0f3f1cabad4567a /lockchain-crypto
parent463fdd799f1f7cb1bd189a53d000def0d883f5bc (diff)
Changing a bunch of version numbers around. This is really not a good solution
I need a script that can do this automatically for releases because it's getting REALLY annoying and time consuming...
Diffstat (limited to 'lockchain-crypto')
-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