From d69f012fea574147a09613223eb1ee01992a8f42 Mon Sep 17 00:00:00 2001 From: Volker Mische Date: Mon, 30 Oct 2023 10:35:46 +0100 Subject: [PATCH] chore: Release multihash-codetable version 0.1.1 --- codetable/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codetable/Cargo.toml b/codetable/Cargo.toml index 89f124bd..cc2b539d 100644 --- a/codetable/Cargo.toml +++ b/codetable/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "multihash-codetable" description = "Default multihash code-table with cryptographically secure hash implementations" -version = "0.1.0" +version = "0.1.1" repository = "https://github.com/multiformats/rust-multihash" license = "MIT" edition = "2021"