diff --git a/Cargo.lock b/Cargo.lock index 4b36a80f9d4..3381c6c76ed 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9151,7 +9151,7 @@ dependencies = [ [[package]] name = "substrate-relay" -version = "1.0.1" +version = "1.2.0" dependencies = [ "anyhow", "async-std", diff --git a/relays/bin-substrate/Cargo.toml b/relays/bin-substrate/Cargo.toml index f0ca642078a..720ee0d4f65 100644 --- a/relays/bin-substrate/Cargo.toml +++ b/relays/bin-substrate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate-relay" -version = "1.0.1" +version = "1.2.0" authors = ["Parity Technologies "] edition = "2021" license = "GPL-3.0-or-later WITH Classpath-exception-2.0"