From 6c3e9776a5956affbddd3457a918449f2ee48e3f Mon Sep 17 00:00:00 2001 From: Avril Date: Fri, 11 Dec 2020 03:52:14 +0000 Subject: [PATCH] Added impl FromIterator for Map --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63aea1c..a3da78f 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.2.0" +version = "1.2.1" authors = ["Avril "] edition = "2018" license = "MIT"