Prepare parity-multiaddr-0.10.1

This commit is contained in:
Roman S. Borschel 2021-01-12 11:01:35 +01:00
parent eeaffd32ce
commit aa2547ef6d
2 changed files with 6 additions and 1 deletions

View File

@ -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`.

View File

@ -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"]