From bb948c0f3955ada32223b0a8d955170cc9bdb6b4 Mon Sep 17 00:00:00 2001 From: David Palm Date: Fri, 29 Jun 2018 11:56:26 +0200 Subject: [PATCH] Fix a path Simpler root Cargo.toml --- Cargo.toml | 7 ------- kvdb/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5e2718e..6c8ee8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,3 @@ -[package] -description = "Parity Common crates" -name = "parity-common" -version = "0.1" -license = "GPL-3.0" -authors = ["Parity Technologies "] - [workspace] members = [ "ethcore-bytes", diff --git a/kvdb/Cargo.toml b/kvdb/Cargo.toml index 859ebde..26c7bea 100644 --- a/kvdb/Cargo.toml +++ b/kvdb/Cargo.toml @@ -6,4 +6,4 @@ authors = ["Parity Technologies "] [dependencies] elastic-array = "0.10" error-chain = { version = "0.12", default-features = false } -ethcore-bytes = { path = "../bytes" } +ethcore-bytes = { path = "../ethcore-bytes" }