diff options
author | Richard Walters <rwalters@digitalstirling.com> | 2020-10-28 12:22:23 -0700 |
---|---|---|
committer | Richard Walters <rwalters@digitalstirling.com> | 2020-10-28 12:22:23 -0700 |
commit | 99a6971893b7d08c1d976e4eb99701e36d80afb8 (patch) | |
tree | 12248c0af2d9072ad330dbbbc3c47a502e0a95dc /Cargo.toml | |
parent | d8551fbf9514a8eea30d675f65c11b326193d164 (diff) |
Version 1.1.0
* Added functions to remove parts of a URI and return them.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |