mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-12 17:41:22 +00:00
Set development versions appropriately and update changelogs.
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
# 0.24.0 [unreleased]
|
||||
|
||||
- Bump `libp2p-core` dependency.
|
||||
|
||||
- Remove fallback legacy handshake payload decoding by default.
|
||||
To continue supporting inbound legacy handshake payloads,
|
||||
`recv_legacy_handshake` must be configured on the `LegacyConfig`.
|
||||
|
@ -12,7 +12,7 @@ bytes = "0.5"
|
||||
curve25519-dalek = "2.0.0"
|
||||
futures = "0.3.1"
|
||||
lazy_static = "1.2"
|
||||
libp2p-core = { version = "0.21.0", path = "../../core" }
|
||||
libp2p-core = { version = "0.22.0", path = "../../core" }
|
||||
log = "0.4"
|
||||
prost = "0.6.1"
|
||||
rand = "0.7.2"
|
||||
|
Reference in New Issue
Block a user