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"