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

Commit 00b41bc

Browse files
Xanewokbkchrgnunicorn
authored
Merge 2.0.1 backport branch into mainline master (#7842)
* Backport #7381 * Bring back genesis storage build in aura/timestamp To not change spec version, see #7686 (comment) * Backport #7238 * Backport #7395 * Bump impl_version * Fix UI tests and bump trybuild dep See rust-lang/rust#73996 Backports: #7764 #7656 * Partially backport #7838 * Release frame-support with a dep compilation fix * Bump patch level for remaining crates This is done because at the time of writing cargo-unleash does not fully support partial workspace publishing and mixes both local and crates.io versions of the packages, leading to errors in the release check workflow. * Backport #7854 ...to fix compilation error when using futures-* v0.3.9. * Adding Changelog entry for patch release Co-authored-by: Bastian Köcher <[email protected]> Co-authored-by: Benjamin Kampmann <[email protected]>
1 parent 0fd461c commit 00b41bc

File tree

156 files changed

+322
-310
lines changed

Some content is hidden

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

156 files changed

+322
-310
lines changed

Cargo.lock

Lines changed: 154 additions & 154 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/node/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "node-runtime"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"

client/api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-client-api"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/authority-discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-authority-discovery"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"

client/basic-authorship/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-basic-authorship"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/block-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-block-builder"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/chain-spec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-chain-spec"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/chain-spec/derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-chain-spec-derive"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
edition = "2018"
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

client/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-cli"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Substrate CLI interface."
66
edition = "2018"

client/consensus/aura/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sc-consensus-aura"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
description = "Aura consensus algorithm for substrate"
66
edition = "2018"

0 commit comments

Comments
 (0)