mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-11 00:51:21 +00:00
Prepare parity-multiaddr-0.10.1
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
# 0.10.1 [2021-01-12]
|
||||
|
||||
- Fix compilation with serde-1.0.119.
|
||||
[PR 1912](https://github.com/libp2p/rust-libp2p/pull/1912)
|
||||
|
||||
# 0.10.0 [2020-11-25]
|
||||
|
||||
- Upgrade multihash to `0.13`.
|
||||
|
@ -6,7 +6,7 @@ description = "Implementation of the multiaddr format"
|
||||
homepage = "https://github.com/libp2p/rust-libp2p"
|
||||
keywords = ["multiaddr", "ipfs"]
|
||||
license = "MIT"
|
||||
version = "0.10.0"
|
||||
version = "0.10.1"
|
||||
|
||||
[features]
|
||||
default = ["url"]
|
||||
|
Reference in New Issue
Block a user