From 4b6d1f8449e62fa90a249cc6ee23ae7549c99c88 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Mon, 22 Jul 2019 11:43:10 +0200 Subject: [PATCH] Bump multihash to 0.1.3 (#1207) --- misc/multihash/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/multihash/Cargo.toml b/misc/multihash/Cargo.toml index a947784e..0a6ad522 100644 --- a/misc/multihash/Cargo.toml +++ b/misc/multihash/Cargo.toml @@ -4,7 +4,7 @@ edition = "2018" description = "Implementation of the multihash format" repository = "https://github.com/libp2p/rust-libp2p" keywords = ["multihash", "ipfs"] -version = "0.1.2" +version = "0.1.3" authors = ["dignifiedquire ", "Parity Technologies "] license = "MIT" documentation = "https://docs.rs/parity-multihash/"