Skip to content

Commit

Permalink
swarm/: Set default dial concurrency factor to 8 (libp2p#2741)
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed Jul 7, 2022
1 parent 113da7b commit 33c571e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.6.0 [unreleased]

- Update to `libp2p-swarm` `v0.38.0`.

- Update to `libp2p-request-response` `v0.20.0`.

# 0.5.0

- Update to `libp2p-core` `v0.34.0`.
Expand Down
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "libp2p-autonat"
edition = "2021"
rust-version = "1.56.1"
description = "NAT and firewall detection for libp2p"
version = "0.5.0"
version = "0.6.0"
authors = ["David Craven <david@craven.ch>", "Elena Frank <elena.frank@protonmail.com>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
Expand All @@ -19,8 +19,8 @@ futures = "0.3"
futures-timer = "3.0"
instant = "0.1"
libp2p-core = { version = "0.34.0", path = "../../core", default-features = false }
libp2p-swarm = { version = "0.37.0", path = "../../swarm" }
libp2p-request-response = { version = "0.19.0", path = "../request-response" }
libp2p-swarm = { version = "0.38.0", path = "../../swarm" }
libp2p-request-response = { version = "0.20.0", path = "../request-response" }
log = "0.4"
rand = "0.8"
prost = "0.10"
Expand Down

0 comments on commit 33c571e

Please sign in to comment.