From 0ce7478f669b1d9d434c549db131c9a84cb41e10 Mon Sep 17 00:00:00 2001 From: JustForFun88 <100504524+JustForFun88@users.noreply.github.com> Date: Tue, 29 Mar 2022 13:59:43 +0500 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 773d253..f616ab9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "double-map" -version = "0.1.0" +version = "0.1.1" authors = ["Alisher Galiev "] description = "A HashMap with double key to single data/value" edition = "2021"