From f015e0a2e4f55742eca95ddbb5561d8c703d551f Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Wed, 7 Dec 2022 00:47:30 +0100 Subject: [PATCH] chore: Release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index afa80a64..4600b694 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ name = "multihash" description = "Implementation of the multihash format" repository = "https://github.com/multiformats/rust-multihash" keywords = ["multihash", "ipfs"] -version = "0.17.0" +version = "0.18.0" authors = ["dignifiedquire ", "David Craven ", "Volker Mische "] license = "MIT" readme = "README.md"