move to rust 2021 (#759)

* move to rust 2021

* fix formatting, more moves
This commit is contained in:
Dan Shields
2021-11-16 07:12:06 -07:00
committed by GitHub
parent 6efe0d4338
commit ec401ce1d0
39 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
authors = ['Anonymous']
description = 'Simple staking pallet with a fixed stake.'
edition = '2018'
edition = "2021"
homepage = 'https://substrate.io'
license = 'Apache-2.0'
name = 'pallet-collator-selection'