From 99a6971893b7d08c1d976e4eb99701e36d80afb8 Mon Sep 17 00:00:00 2001 From: Richard Walters Date: Wed, 28 Oct 2020 12:22:23 -0700 Subject: Version 1.1.0 * Added functions to remove parts of a URI and return them. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6cc3a6b..c5d75d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rhymuri" -version = "1.0.2" +version = "1.1.0" description = "Implementation of IETF RFC 3986, Uniform Resource Identifier (URI)" authors = ["Richard Walters "] edition = "2018" -- cgit v1.2.3