Skip to content

Commit

Permalink
chore: move futures-bounded out of mono-repo
Browse files Browse the repository at this point in the history
I've moved this library to https://github.com/thomaseizinger/rust-futures-bounded to make maintenance easier. Any PRs / fixes etc are of course still welcome.

Pull-Request: #5210.
  • Loading branch information
thomaseizinger committed Mar 5, 2024
1 parent 245430a commit 6f9c9e5
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 1,001 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ members = [
"interop-tests",
"misc/allow-block-list",
"misc/connection-limits",
"misc/futures-bounded",
"misc/keygen",
"misc/memory-connection-limits",
"misc/metrics",
Expand Down Expand Up @@ -73,7 +72,7 @@ rust-version = "1.73.0"

[workspace.dependencies]
asynchronous-codec = { version = "0.7.0" }
futures-bounded = { version = "0.2.3", path = "misc/futures-bounded" }
futures-bounded = { version = "0.2.3" }
libp2p = { version = "0.53.2", path = "libp2p" }
libp2p-allow-block-list = { version = "0.3.0", path = "misc/allow-block-list" }
libp2p-autonat = { version = "0.12.0", path = "protocols/autonat" }
Expand Down
23 changes: 0 additions & 23 deletions misc/futures-bounded/CHANGELOG.md

This file was deleted.

24 changes: 0 additions & 24 deletions misc/futures-bounded/Cargo.toml

This file was deleted.

319 changes: 0 additions & 319 deletions misc/futures-bounded/src/futures_map.rs

This file was deleted.

0 comments on commit 6f9c9e5

Please sign in to comment.