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
@@ -2,7 +2,7 @@
name = "pallet-asset-tx-payment"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
edition = "2021"
license = "Apache-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/cumulus/"
+1 -1
View File
@@ -2,7 +2,7 @@
name = "cumulus-pallet-aura-ext"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
edition = "2021"
description = "AURA consensus extension pallet for parachains"
[dependencies]
+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'
+1 -1
View File
@@ -2,7 +2,7 @@
name = "cumulus-pallet-dmp-queue"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
edition = "2021"
[dependencies]
# Other dependencies
+1 -1
View File
@@ -2,7 +2,7 @@
name = "cumulus-pallet-parachain-system"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
edition = "2021"
description = "Base pallet for cumulus-based parachains"
[dependencies]
@@ -2,7 +2,7 @@
name = "cumulus-pallet-parachain-system-proc-macro"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
edition = "2021"
description = "Proc macros provided by the parachain-system pallet"
[lib]
+1 -1
View File
@@ -2,7 +2,7 @@
name = "cumulus-pallet-session-benchmarking"
version = "3.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
edition = "2021"
license = "Apache-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/cumulus/"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
edition = "2021"
name = "cumulus-pallet-xcm"
version = "0.1.0"
+1 -1
View File
@@ -2,7 +2,7 @@
name = "cumulus-pallet-xcmp-queue"
version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
edition = "2021"
[dependencies]
# Other dependencies