From fcec231e91f0542cd8f7bb6af9c86691111064b8 Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Fri, 4 Oct 2024 14:31:44 +0200 Subject: [PATCH] 1.7.10 -> 1.7.0 --- Cargo.lock | 2 +- substrate-relay/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ecc2e746b3..58395a601f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9682,7 +9682,7 @@ dependencies = [ [[package]] name = "substrate-relay" -version = "1.7.10" +version = "1.7.0" dependencies = [ "anyhow", "async-std", diff --git a/substrate-relay/Cargo.toml b/substrate-relay/Cargo.toml index 4b46430933..701b6b5119 100644 --- a/substrate-relay/Cargo.toml +++ b/substrate-relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate-relay" -version = "1.7.10" +version = "1.7.0" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0"