From 91bad6d276633940cc55936dc4cc0142552fe204 Mon Sep 17 00:00:00 2001 From: wangjj9219 <183318287@qq.com> Date: Thu, 21 Jan 2021 15:12:00 +0800 Subject: [PATCH] update dependencies (#359) --- currencies/Cargo.toml | 2 +- vesting/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/currencies/Cargo.toml b/currencies/Cargo.toml index 96c236f..cd977e6 100644 --- a/currencies/Cargo.toml +++ b/currencies/Cargo.toml @@ -22,7 +22,7 @@ orml-utilities = { path = "../utilities", version = "0.4.0-dev", default-feature [dev-dependencies] sp-core = { version = "2.0.1", default-features = false } -pallet-balances = "2.0.0" +pallet-balances = "2.0.1" orml_tokens = { package = "orml-tokens", path = "../tokens", version = "0.4.0-dev" } [features] diff --git a/vesting/Cargo.toml b/vesting/Cargo.toml index 4408aaa..2c7cc47 100644 --- a/vesting/Cargo.toml +++ b/vesting/Cargo.toml @@ -19,7 +19,7 @@ frame-system = { version = "2.0.1", default-features = false } [dev-dependencies] sp-core = { version = "2.0.1", default-features = false } -pallet-balances = "2.0.0" +pallet-balances = "2.0.1" [features] default = ["std"] -- GitLab