From aa2547ef6d91e675ca1ef89952011e4ad78aa4b4 Mon Sep 17 00:00:00 2001 From: "Roman S. Borschel" Date: Tue, 12 Jan 2021 11:01:35 +0100 Subject: [PATCH] Prepare parity-multiaddr-0.10.1 --- misc/multiaddr/CHANGELOG.md | 5 +++++ misc/multiaddr/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/misc/multiaddr/CHANGELOG.md b/misc/multiaddr/CHANGELOG.md index 712d03e7..8628a4ac 100644 --- a/misc/multiaddr/CHANGELOG.md +++ b/misc/multiaddr/CHANGELOG.md @@ -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`. diff --git a/misc/multiaddr/Cargo.toml b/misc/multiaddr/Cargo.toml index 1eeb4ec9..a4511049 100644 --- a/misc/multiaddr/Cargo.toml +++ b/misc/multiaddr/Cargo.toml @@ -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"]