Skip to content

Commit 9b438b6

Browse files
committed
Bump version. Added additional author.
1 parent f3642b8 commit 9b438b6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[package]
22
name = "multi-map"
3-
version = "1.0.3"
4-
authors = ["theJPster <[email protected]>"]
3+
version = "1.1.0"
4+
authors = [
5+
"theJPster <[email protected]>",
6+
"Daniel Faust",
7+
]
58
description = "Like a std::collection::HashMap, but allows you to use either of two different keys to retrieve items."
69
license = "MIT"
710
repository = "https://github.com/thejpster/multi-map"

0 commit comments

Comments
 (0)