From 9d162db0cf7861157a45b62860424a94e3d10ea3 Mon Sep 17 00:00:00 2001 From: Avril Date: Thu, 14 Jul 2022 15:54:59 +0100 Subject: [PATCH] Minor version bump for (https://github.com/notflan/smallmap/pull/2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `Index` + `IndexMut` impls, methods for iterating over keys and values seperately. 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 0288732..55c0b5f 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.3.4" +version = "1.4.0" authors = ["Avril "] edition = "2018" license = "MIT"