From ca8b370de22d79574ee7370a41043833aad67767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Mon, 8 Jun 2020 11:40:57 +0200 Subject: [PATCH] Revert "Bump async-std from 1.5.0 to 1.6.0" (#127) * Revert "Bump async-std from 1.5.0 to 1.6.0 (#126)" This reverts commit 3c15a65929447a12aa23c1f34c9b783d117deed2. * Add async-std=1.6 to ignore. --- bridges/relays/ethereum/Cargo.toml | 2 +- bridges/relays/substrate/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bridges/relays/ethereum/Cargo.toml b/bridges/relays/ethereum/Cargo.toml index 6f2b60d497..d5c97583bb 100644 --- a/bridges/relays/ethereum/Cargo.toml +++ b/bridges/relays/ethereum/Cargo.toml @@ -6,7 +6,7 @@ edition = "2018" [dependencies] ansi_term = "0.12" -async-std = "=1.6.0" +async-std = "=1.5.0" async-stream = "0.2.0" async-trait = "0.1.33" clap = { version = "2.33.1", features = ["yaml"] } diff --git a/bridges/relays/substrate/Cargo.toml b/bridges/relays/substrate/Cargo.toml index 5a15daa434..9cfeec3613 100644 --- a/bridges/relays/substrate/Cargo.toml +++ b/bridges/relays/substrate/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Parity Technologies "] edition = "2018" [dependencies] -async-std = "=1.6.0" +async-std = "=1.5.0" clap = "2.33.1" ctrlc = "3.1.4" derive_more = "0.99.7"