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.34.0 [unreleased]
|
||||
|
||||
- Update to `libp2p-core` `v0.32.0`.
|
||||
|
||||
- Update to `libp2p-swarm` `v0.34.0`.
|
||||
|
||||
# 0.33.0 [2022-01-27]
|
||||
|
||||
- Update dependencies.
|
||||
|
@ -3,7 +3,7 @@ name = "libp2p-ping"
|
||||
edition = "2021"
|
||||
rust-version = "1.56.1"
|
||||
description = "Ping protocol for libp2p"
|
||||
version = "0.33.0"
|
||||
version = "0.34.0"
|
||||
authors = ["Parity Technologies <admin@parity.io>"]
|
||||
license = "MIT"
|
||||
repository = "https://github.com/libp2p/rust-libp2p"
|
||||
@ -14,8 +14,8 @@ categories = ["network-programming", "asynchronous"]
|
||||
futures = "0.3.1"
|
||||
futures-timer = "3.0.2"
|
||||
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.1"
|
||||
rand = "0.7.2"
|
||||
void = "1.0"
|
||||
|
Reference in New Issue
Block a user