From 727f31737c89494c3d41bbe8988512cf5e8f4cb8 Mon Sep 17 00:00:00 2001 From: Jonathan 'theJPster' Pallant Date: Fri, 10 Apr 2020 21:29:02 +0100 Subject: [PATCH] Bump to 1.3 --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2daae20..7bd9107 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "multi-map" -version = "1.2.0" +version = "1.3.0" authors = [ "theJPster ", "Daniel Faust", + "Hans Mündelein", ] description = "Like a std::collection::HashMap, but allows you to use either of two different keys to retrieve items." license = "MIT"