From 277a8d40b03f0e1d5a4c940a95ef40216949f0b9 Mon Sep 17 00:00:00 2001 From: Jelte Fennema Date: Wed, 23 Aug 2023 23:13:45 +0200 Subject: [PATCH] chore: Release defaultmap version 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d07acf9..2cc872e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "defaultmap" -version = "0.5.1-alpha.0" +version = "0.6.0" edition = "2021" rust-version = "1.71.0" description = "Provides a HashMap with an automatic default for missing keys."