File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77
88- Update ` Transport::dial ` function signature with a ` DialOpts ` param and remove ` Transport::dial_as_listener ` :
99 - ` DialOpts ` struct contains ` PortUse ` and ` Endpoint ` ,
10- - ` PortUse ` allows controling port allocation of new connections (defaults to ` PortUse::Reuse ` ) -
10+ - ` PortUse ` allows controlling port allocation of new connections (defaults to ` PortUse::Reuse ` ) -
1111 - Add ` port_use ` field to ` ConnectedPoint `
1212 - Set ` endpoint ` field in ` DialOpts ` to ` Endpoint::Listener ` to dial as a listener
1313- Remove ` Transport::address_translation ` and relocate functionality to ` libp2p_swarm `
Original file line number Diff line number Diff line change 1010
1111## 0.2.8
1212
13- - Bump ` ring ` to `0.17.5.
13+ - Bump ` ring ` to ` 0.17.5 ` .
1414 See [ PR 4779] ( https://github.com/libp2p/rust-libp2p/pull/4779 ) .
1515
1616## 0.2.7
You can’t perform that action at this time.
0 commit comments