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
@@ -3,7 +3,7 @@ name = "polkadot-collator"
version = "5.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
edition = "2018"
edition = "2021"
[[bin]]
name = "polkadot-collator"
@@ -1,6 +1,6 @@
[package]
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
edition = "2021"
name = "parachain-info"
version = "0.1.0"
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
edition = "2021"
name = "cumulus-ping"
version = "0.1.0"
@@ -2,7 +2,7 @@
name = "parachains-common"
version = "1.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
edition = "2021"
description = "Logic which is common to all parachain runtimes"
[package.metadata.docs.rs]
+1 -1
View File
@@ -2,7 +2,7 @@
name = 'rococo-runtime'
version = '0.1.0'
authors = ["Parity Technologies <admin@parity.io>"]
edition = '2018'
edition = "2021"
description = "Simple runtime used by the rococo parachain(s)"
[dependencies]
+1 -1
View File
@@ -2,7 +2,7 @@
name = 'shell-runtime'
version = '0.1.0'
authors = ["Parity Technologies <admin@parity.io>"]
edition = '2018'
edition = "2021"
[dependencies]
codec = { package = "parity-scale-codec", version = "2.3.0", default-features = false, features = ["derive"] }
+1 -1
View File
@@ -2,7 +2,7 @@
name = 'statemine-runtime'
version = '2.0.0'
authors = ["Parity Technologies <admin@parity.io>"]
edition = '2018'
edition = "2021"
description = "Kusama variant of Statemint parachain runtime"
[dependencies]
+1 -1
View File
@@ -2,7 +2,7 @@
name = 'statemint-runtime'
version = '1.0.0'
authors = ["Parity Technologies <admin@parity.io>"]
edition = '2018'
edition = "2021"
description = "Statemint parachain runtime"
[dependencies]
+1 -1
View File
@@ -2,7 +2,7 @@
name = 'westmint-runtime'
version = '1.0.0'
authors = ["Parity Technologies <admin@parity.io>"]
edition = '2018'
edition = "2021"
description = "Westend variant of Statemint parachain runtime"
[dependencies]