Skip to content

Commit 2bf5b23

Browse files
svyatonikbkchr
authored andcommitted
edition = "2021" (#1346)
1 parent 814f235 commit 2bf5b23

File tree

41 files changed

+41
-41
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+41
-41
lines changed

bridges/bin/millau/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "millau-bridge-node"
33
description = "Substrate node compatible with Millau runtime"
44
version = "0.1.0"
55
authors = ["Parity Technologies <[email protected]>"]
6-
edition = "2018"
6+
edition = "2021"
77
build = "build.rs"
88
homepage = "https://substrate.dev"
99
repository = "https://github.com/paritytech/parity-bridges-common/"

bridges/bin/millau/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "millau-runtime"
33
version = "0.1.0"
44
authors = ["Parity Technologies <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
homepage = "https://substrate.dev"
77
repository = "https://github.com/paritytech/parity-bridges-common/"
88
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

bridges/bin/rialto-parachain/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rialto-parachain-collator"
33
version = "0.1.0"
44
authors = ["Parity Technologies <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
homepage = "https://substrate.dev"
77
repository = "https://github.com/paritytech/parity-bridges-common/"
88
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

bridges/bin/rialto-parachain/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rialto-parachain-runtime"
33
version = "0.1.0"
44
authors = ["Parity Technologies <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
homepage = "https://substrate.dev"
77
repository = "https://github.com/paritytech/parity-bridges-common/"
88
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

bridges/bin/rialto/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "rialto-bridge-node"
33
description = "Substrate node compatible with Rialto runtime"
44
version = "0.1.0"
55
authors = ["Parity Technologies <[email protected]>"]
6-
edition = "2018"
6+
edition = "2021"
77
build = "build.rs"
88
homepage = "https://substrate.dev"
99
repository = "https://github.com/paritytech/parity-bridges-common/"

bridges/bin/rialto/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rialto-runtime"
33
version = "0.1.0"
44
authors = ["Parity Technologies <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
homepage = "https://substrate.dev"
77
repository = "https://github.com/paritytech/parity-bridges-common/"
88
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

bridges/bin/runtime-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "bridge-runtime-common"
33
version = "0.1.0"
44
authors = ["Parity Technologies <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
homepage = "https://substrate.dev"
77
repository = "https://github.com/paritytech/parity-bridges-common/"
88
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

bridges/modules/dispatch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pallet-bridge-dispatch"
33
description = "A Substrate Runtime module that dispatches a bridge message, treating it simply as encoded Call"
44
version = "0.1.0"
55
authors = ["Parity Technologies <[email protected]>"]
6-
edition = "2018"
6+
edition = "2021"
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
88

99
[dependencies]

bridges/modules/grandpa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pallet-bridge-grandpa"
33
version = "0.1.0"
44
authors = ["Parity Technologies <[email protected]>"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
77

88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

bridges/modules/messages/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "pallet-bridge-messages"
33
description = "Module that allows bridged chains to exchange messages using lane concept."
44
version = "0.1.0"
55
authors = ["Parity Technologies <[email protected]>"]
6-
edition = "2018"
6+
edition = "2021"
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
88

99
[dependencies]

0 commit comments

Comments
 (0)