aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Walters <rwalters@digitalstirling.com>2020-10-28 12:22:23 -0700
committerRichard Walters <rwalters@digitalstirling.com>2020-10-28 12:22:23 -0700
commit99a6971893b7d08c1d976e4eb99701e36d80afb8 (patch)
tree12248c0af2d9072ad330dbbbc3c47a502e0a95dc
parentd8551fbf9514a8eea30d675f65c11b326193d164 (diff)
Version 1.1.0
* Added functions to remove parts of a URI and return them.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <rwalters@digitalstirling.com>"]
edition = "2018"