mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-06-14 18:41:22 +00:00
Prepare multiaddr-0.9.2
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
# 0.9.2 [2020-08-31]
|
||||||
|
|
||||||
|
- Add `Ord` instance for `Multiaddr`.
|
||||||
|
|
||||||
# 0.9.1 [2020-06-22]
|
# 0.9.1 [2020-06-22]
|
||||||
|
|
||||||
- Updated dependencies.
|
- Updated dependencies.
|
||||||
|
@ -6,7 +6,7 @@ description = "Implementation of the multiaddr format"
|
|||||||
homepage = "https://github.com/libp2p/rust-libp2p"
|
homepage = "https://github.com/libp2p/rust-libp2p"
|
||||||
keywords = ["multiaddr", "ipfs"]
|
keywords = ["multiaddr", "ipfs"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
version = "0.9.1"
|
version = "0.9.2"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
arrayref = "0.3"
|
arrayref = "0.3"
|
||||||
|
Reference in New Issue
Block a user