From 21e8a7085ff5e051e689caa97f8ea286aac7f024 Mon Sep 17 00:00:00 2001 From: Avril Date: Mon, 26 Dec 2022 23:09:18 +0000 Subject: [PATCH] Version number bump: 1.4.1: Fix serde implementations (https://github.com/notflan/smallmap/pull/3) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for smallmap's current commit: Half blessing − 半吉 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2f3f8a..d4d4c65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Small byte-sized generic key-value map type" keywords = ["map", "table", "small", "key", "value"] repository = "https://github.com/notflan/smallmap" homepage= "https://git.flanchan.moe/flanchan/smallmap" -version = "1.4.0" +version = "1.4.1" authors = ["Avril "] edition = "2018" license = "MIT"