From 659eaa9ff296ae3e03362593ee756cbe6d1f42ed Mon Sep 17 00:00:00 2001 From: Katharina Fey Date: Wed, 9 May 2018 00:26:05 +0200 Subject: Bumping version on core and crypto --- lockchain-files/Cargo.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lockchain-files/Cargo.toml') diff --git a/lockchain-files/Cargo.toml b/lockchain-files/Cargo.toml index 8b6b828..9a5fd9f 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.0.0" +version = "0.1.0" authors = ["Katharina Fey "] documentation = "https://docs.rs/lockchain-files" @@ -10,4 +10,8 @@ readme = "README.md" license = "MIT/X11 OR Apache-2.0" [dependencies] -lockchain-core = ">=0.3.2" +lockchain-core = { version = ">=0.5.0-alpha", path = "../lockchain-core" } + +serde = "1.0" +serde_json = "1.0" +serde_derive = "1.0" \ No newline at end of file -- cgit v1.2.3