Update Substrate and bump version to 0.8.24 (#1720)

This commit is contained in:
Pierre Krieger
2020-09-16 13:56:28 +02:00
committed by GitHub
parent 5b3c703789
commit 994e5dc29b
18 changed files with 248 additions and 309 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "polkadot-parachain"
version = "0.8.23"
version = "0.8.24"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Types and utilities for creating and working with parachains"
edition = "2018"
@@ -1,6 +1,6 @@
[package]
name = "test-parachain-adder"
version = "0.8.23"
version = "0.8.24"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Test parachain which adds to a number as its state transition"
edition = "2018"
@@ -1,6 +1,6 @@
[package]
name = "test-parachain-halt"
version = "0.8.23"
version = "0.8.24"
authors = ["Parity Technologies <admin@parity.io>"]
description = "Test parachain which executes forever"
edition = "2018"