Skip to content

Commit

Permalink
fix: avoid FuturesUnordered (#1647)
Browse files Browse the repository at this point in the history
## Description

Workaround for #1646 and likely makes more sense in the context of Tokio
usage anyway.

In general `JoinSet` is simply used instead.
  • Loading branch information
dignifiedquire authored Oct 17, 2023
1 parent 7ac5c29 commit 5813e09
Show file tree
Hide file tree
Showing 15 changed files with 331 additions and 291 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
RUST_BACKTRACE: 1
RUSTFLAGS: -Dwarnings
RUSTDOCFLAGS: -Dwarnings
MSRV: "1.70"
MSRV: "1.71"

jobs:
build_and_test_nix:
Expand Down
Loading

0 comments on commit 5813e09

Please sign in to comment.