Skip to content

Commit

Permalink
Prepare parity-multiaddr-0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman S. Borschel committed Jan 12, 2021
1 parent eeaffd3 commit aa2547e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions misc/multiaddr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion misc/multiaddr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down

0 comments on commit aa2547e

Please sign in to comment.