From 8b37c3de40cd28ecccffdcd1751e6b5813986e87 Mon Sep 17 00:00:00 2001 From: Avril Date: Sun, 20 Sep 2020 13:49:40 +0100 Subject: [PATCH] update repo link --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2557ba4..04dc72a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,9 +2,9 @@ name = "smallmap" description = "Small byte-sized generic key-value map type" keywords = ["map", "table", "small", "key", "value"] -repository = "https://git.flanchan.moe/flanchan/smallmap" +repository = "https://github.com/notflan/smallmap" homepage= "https://git.flanchan.moe/flanchan/smallmap" -version = "1.0.1" +version = "1.0.2" authors = ["Avril "] edition = "2018" license = "MIT"