diff options
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 <rwalters@digitalstirling.com>", "Martin Fischer <martin@push-f.com>"] 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" ] |