Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit a28a619

Browse files
gavofyorkarkpar
authored andcommitted
Bump substrate/version (#557)
1 parent 0b08f26 commit a28a619

File tree

17 files changed

+157
-157
lines changed

17 files changed

+157
-157
lines changed

Cargo.lock

+141-141
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ path = "src/main.rs"
44

55
[package]
66
name = "polkadot"
7-
version = "0.6.11"
7+
version = "0.6.12"
88
authors = ["Parity Technologies <admin@parity.io>"]
99
build = "build.rs"
1010
edition = "2018"

availability-store/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "polkadot-availability-store"
33
description = "Persistent database for parachain data"
4-
version = "0.6.11"
4+
version = "0.6.12"
55
authors = ["Parity Technologies <admin@parity.io>"]
66
edition = "2018"
77

cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-cli"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
description = "Polkadot node implementation in Rust."
66
edition = "2018"

collator/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-collator"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
description = "Collator node implementation"
66
edition = "2018"

erasure-coding/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-erasure-coding"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2018"
66

executor/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-executor"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
description = "Polkadot node implementation in Rust."
66
edition = "2018"

network/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-network"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
description = "Polkadot-specific networking protocol"
66
edition = "2018"

parachain/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-parachain"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
description = "Types and utilities for creating and working with parachains"
66
edition = "2018"

primitives/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-primitives"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2018"
66

rpc/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-rpc"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2018"
66

runtime/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-runtime"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2018"
66
build = "build.rs"

service/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-service"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2018"
66

statement-table/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-statement-table"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2018"
66

test-parachains/adder/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "adder"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
description = "Test parachain which adds to a number as its state transition"
66
edition = "2018"

test-parachains/halt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "halt"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
description = "Test parachain which executes forever"
66
edition = "2018"

validation/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-validation"
3-
version = "0.6.11"
3+
version = "0.6.12"
44
authors = ["Parity Technologies <admin@parity.io>"]
55
edition = "2018"
66

0 commit comments

Comments
 (0)