aboutsummaryrefslogtreecommitdiff
path: root/lockchain-http/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-http/Cargo.toml
parent77eba7ed3d105c44433f5302e14a7a1838ca014e (diff)
Adjusting version numbers across the ecosystem to bring them all to the same level
Diffstat (limited to 'lockchain-http/Cargo.toml')
-rw-r--r--lockchain-http/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lockchain-http/Cargo.toml b/lockchain-http/Cargo.toml
index 8fca7d1..3f3567e 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 = "<= 0.3.2"
+lockchain-core = { version = "0.7.0", path = "../lockchain-core", }
# Web stack
gotham = "0.2"