Move proxies migration (#7205)

* move the time delayed proxies migration into a separate function

* add use statement

* Update frame/proxy/src/lib.rs

* bump proxy cargo version

* update Cargo.lock

* Update lib.rs

* better format

Co-authored-by: Shawn Tabrizi <shawntabrizi@gmail.com>
Co-authored-by: Gav Wood <gavin@parity.io>
This commit is contained in:
Alexander Popiak
2020-09-25 11:11:48 +02:00
committed by GitHub
parent 26465eadaa
commit 1a65205278
3 changed files with 31 additions and 18 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "pallet-proxy"
version = "2.0.0"
version = "2.0.1"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
license = "Apache-2.0"