Skip to content

Commit cd13da4

Browse files
core/muxing: Force StreamMuxer::Substream to implement Async{Read,Write} (libp2p#2707)
Co-authored-by: Max Inden <[email protected]>
1 parent d642eab commit cd13da4

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# 0.5.0 [unreleased]
2+
3+
- Update to `libp2p-core` `v0.34.0`.
4+
5+
- Update to `libp2p-swarm` `v0.37.0`.
6+
7+
- Update to `libp2p-request-response` `v0.19.0`.
8+
19
# 0.4.1
210

311
- Export `DEFAULT_PROTOCOL_NAME`.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "libp2p-autonat"
33
edition = "2021"
44
rust-version = "1.56.1"
55
description = "NAT and firewall detection for libp2p"
6-
version = "0.4.1"
6+
version = "0.5.0"
77
authors = ["David Craven <[email protected]>", "Elena Frank <[email protected]>"]
88
license = "MIT"
99
repository = "https://github.com/libp2p/rust-libp2p"
@@ -18,9 +18,9 @@ async-trait = "0.1"
1818
futures = "0.3"
1919
futures-timer = "3.0"
2020
instant = "0.1"
21-
libp2p-core = { version = "0.33.0", path = "../../core", default-features = false }
22-
libp2p-swarm = { version = "0.36.0", path = "../../swarm" }
23-
libp2p-request-response = { version = "0.18.0", path = "../request-response" }
21+
libp2p-core = { version = "0.34.0", path = "../../core", default-features = false }
22+
libp2p-swarm = { version = "0.37.0", path = "../../swarm" }
23+
libp2p-request-response = { version = "0.19.0", path = "../request-response" }
2424
log = "0.4"
2525
rand = "0.8"
2626
prost = "0.10"

0 commit comments

Comments
 (0)