Skip to content

Commit

Permalink
Revert "Bump async-std from 1.5.0 to 1.6.0" (paritytech#127)
Browse files Browse the repository at this point in the history
* Revert "Bump async-std from 1.5.0 to 1.6.0 (paritytech#126)"

This reverts commit 3c15a65.

* Add async-std=1.6 to ignore.
  • Loading branch information
tomusdrw authored and serban300 committed Apr 9, 2024
1 parent dfccbe7 commit 3b991e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bridges/relays/ethereum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion bridges/relays/substrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
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"
Expand Down

0 comments on commit 3b991e7

Please sign in to comment.