bump version & substrate (#3085)

This commit is contained in:
Martin Pugh
2021-05-24 12:36:30 +02:00
committed by GitHub
parent 92fa699f87
commit 2174d9475e
27 changed files with 204 additions and 204 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "xcm"
version = "0.9.2"
version = "0.9.3"
authors = ["Parity Technologies x<admin@parity.io>"]
description = "The basic XCM datastructures."
edition = "2018"
+1 -1
View File
@@ -3,7 +3,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
name = "xcm-builder"
description = "Tools & types for building with XCM and its executor."
version = "0.9.2"
version = "0.9.3"
[dependencies]
impl-trait-for-tuples = "0.2.0"
+1 -1
View File
@@ -3,7 +3,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
edition = "2018"
name = "xcm-executor"
description = "An abstract and configurable XCM message executor."
version = "0.9.2"
version = "0.9.3"
[dependencies]
impl-trait-for-tuples = "0.2.0"