From 685a667542b1df01fac93081696f000f8c4b7811 Mon Sep 17 00:00:00 2001 From: Antonio Yang Date: Wed, 12 Feb 2020 18:17:03 +0800 Subject: [PATCH] fix dependency --- Cargo.lock | 1 - frame/balances/ring/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68820f95d..65bff5739 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -914,7 +914,6 @@ dependencies = [ "darwinia-support", "frame-support", "frame-system", - "pallet-balances", "pallet-transaction-payment", "parity-scale-codec", "safe-mix", diff --git a/frame/balances/ring/Cargo.toml b/frame/balances/ring/Cargo.toml index f99a29d6c..fc6ee57b5 100644 --- a/frame/balances/ring/Cargo.toml +++ b/frame/balances/ring/Cargo.toml @@ -15,7 +15,6 @@ frame-support = { version = "2.0.0", default-features = false, git = "https://gi frame-system = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "c2fccb36ffacd118fc3502aa93453580a07dc402" } sp-runtime = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "c2fccb36ffacd118fc3502aa93453580a07dc402" } sp-std = { version = "2.0.0", default-features = false, git = "https://github.com/paritytech/substrate.git", rev = "c2fccb36ffacd118fc3502aa93453580a07dc402" } -pallet-balances = { version = "2.0.0", git = "https://github.com/paritytech/substrate.git", rev = "c2fccb36ffacd118fc3502aa93453580a07dc402" } # darwinia darwinia-support = { default-features = false, path = "../../support" }