aboutsummaryrefslogtreecommitdiff
path: root/lockchain-client/Cargo.toml
diff options
context:
space:
mode:
authorKatharina Sabel <katharina.sabel@asquera.de>2018-05-11 17:24:25 +0200
committerKatharina Sabel <katharina.sabel@asquera.de>2018-05-11 17:24:25 +0200
commit4cacf3455aa1e908a57740499f846e58b25dc106 (patch)
treec353862599aa5a12c9d1fe41cb69ffb3c19f8195 /lockchain-client/Cargo.toml
parent77eba7ed3d105c44433f5302e14a7a1838ca014e (diff)
Adjusting version numbers across the ecosystem to bring them all to the same level
Diffstat (limited to 'lockchain-client/Cargo.toml')
-rw-r--r--lockchain-client/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lockchain-client/Cargo.toml b/lockchain-client/Cargo.toml
index 9d658ba..fcda6c1 100644
--- a/lockchain-client/Cargo.toml
+++ b/lockchain-client/Cargo.toml
@@ -10,3 +10,4 @@ readme = "README.md"
license = "MIT/X11 OR Apache-2.0"
[dependencies]
+lockchain-core = { version = "0.7.0", path = "../lockchain-core", }