mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-03 13:11:21 +00:00
Update version and changelog.
This commit is contained in:
parent
6eb8b65b85
commit
dcfbe4f2cf
@ -41,6 +41,13 @@
|
|||||||
|
|
||||||
# `libp2p` facade crate
|
# `libp2p` facade crate
|
||||||
|
|
||||||
|
## Version 0.36.0 [unreleased]
|
||||||
|
|
||||||
|
- Update libp2p crates.
|
||||||
|
|
||||||
|
- Do not leak default features from libp2p crates.
|
||||||
|
[PR 1986](https://github.com/libp2p/rust-libp2p/pull/1986).
|
||||||
|
|
||||||
## Version 0.35.1 [2021-02-17]
|
## Version 0.35.1 [2021-02-17]
|
||||||
|
|
||||||
- Update `libp2p-yamux` to latest patch version.
|
- Update `libp2p-yamux` to latest patch version.
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
name = "libp2p"
|
name = "libp2p"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Peer-to-peer networking library"
|
description = "Peer-to-peer networking library"
|
||||||
version = "0.35.1"
|
version = "0.36.0"
|
||||||
authors = ["Parity Technologies <admin@parity.io>"]
|
authors = ["Parity Technologies <admin@parity.io>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/libp2p/rust-libp2p"
|
repository = "https://github.com/libp2p/rust-libp2p"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user