mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-24 07:11:38 +00:00
Set development versions appropriately and update changelogs.
This commit is contained in:
@ -1,9 +1,12 @@
|
||||
# 0.22.0 [unreleased]
|
||||
|
||||
- Bump `libp2p-core` dependency.
|
||||
|
||||
- Adds `ProtocolsHandler::InboundOpenInfo` type which mirrors the existing
|
||||
`OutboundOpenInfo` type. A value of this type is passed as an extra argument
|
||||
to `ProtocolsHandler::inject_fully_negotiated_inbound` and
|
||||
`ProtocolsHandler::inject_listen_upgrade_error`.
|
||||
|
||||
- `SubstreamProtocol` now has a second type parameter corresponding to
|
||||
inbound or outbound information, a value of which is part of `SubstreamProtocol`
|
||||
now. Consequently `ProtocolsHandlerEvent::OutboundSubstreamRequest` no longer
|
||||
|
@ -12,7 +12,7 @@ categories = ["network-programming", "asynchronous"]
|
||||
[dependencies]
|
||||
either = "1.6.0"
|
||||
futures = "0.3.1"
|
||||
libp2p-core = { version = "0.21.0", path = "../core" }
|
||||
libp2p-core = { version = "0.22.0", path = "../core" }
|
||||
log = "0.4"
|
||||
rand = "0.7"
|
||||
smallvec = "1.0"
|
||||
|
Reference in New Issue
Block a user