Prepare multiaddr-0.9.2

This commit is contained in:
Roman S. Borschel
2020-08-31 17:21:09 +02:00
parent 1c7f6b1c11
commit f2c43527f4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
# 0.9.2 [2020-08-31]
- Add `Ord` instance for `Multiaddr`.
# 0.9.1 [2020-06-22]
- Updated dependencies.

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.9.1"
version = "0.9.2"
[dependencies]
arrayref = "0.3"