From 60e6604f555dcf3e2cae60a33d2e65d24feed4e3 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 5 Dec 2021 02:07:05 +0100 Subject: forgot to update repository URL --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ba86cc5..ff17226 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uris" -version = "0.1.0" +version = "0.1.1" description = "Implementation of IETF RFC 3986, Uniform Resource Identifier (URI)" authors = ["Richard Walters ", "Martin Fischer "] edition = "2021" @@ -8,7 +8,7 @@ license-file = "LICENSE.txt" readme = "README.md" categories = ["parser-implementations", "web-programming"] keywords = ["uri", "parser"] -repository = "https://github.com/rhymu8354/Uri.git" +repository = "https://git.push-f.com/uris" exclude = [ "notes.md" ] -- cgit v1.2.3