mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-13 01:51:23 +00:00
*: Update multihash and multiaddr (#2469)
Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
@ -1,3 +1,9 @@
|
||||
# 0.7.0 [unreleased]
|
||||
|
||||
- Update to `libp2p-core` `v0.32.0`.
|
||||
|
||||
- Update to `libp2p-swarm` `v0.34.0`.
|
||||
|
||||
# 0.6.1 [2022-02-02]
|
||||
|
||||
- Remove empty peer entries in `reservations` `HashMap`. See [PR 2464].
|
||||
|
@ -3,7 +3,7 @@ name = "libp2p-relay"
|
||||
edition = "2021"
|
||||
rust-version = "1.56.1"
|
||||
description = "Communications relaying for libp2p"
|
||||
version = "0.6.1"
|
||||
version = "0.7.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>", "Max Inden <mail@max-inden.de>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/libp2p/rust-libp2p"
|
||||
@ -17,8 +17,8 @@ either = "1.6.0"
|
||||
futures = "0.3.1"
|
||||
futures-timer = "3"
|
||||
instant = "0.1.11"
|
||||
libp2p-core = { version = "0.31.0", path = "../../core", default-features = false }
|
||||
libp2p-swarm = { version = "0.33.0", path = "../../swarm" }
|
||||
libp2p-core = { version = "0.32.0", path = "../../core", default-features = false }
|
||||
libp2p-swarm = { version = "0.34.0", path = "../../swarm" }
|
||||
log = "0.4"
|
||||
pin-project = "1"
|
||||
prost = "0.9"
|
||||
|
Reference in New Issue
Block a user