aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRichard Walters <rwalters@digitalstirling.com>2020-10-15 12:44:14 -0700
committerRichard Walters <rwalters@digitalstirling.com>2020-10-15 12:44:14 -0700
commit170b711d710a0572fbd396c29be6647a5dcf3836 (patch)
treea44d522584e303114d5d7ec140069b295f28e546 /Cargo.toml
parent96d8c0d50c3c583a0cfaab749bf73743de1afe9c (diff)
Version 1.0.1
* Fixed bug in percent encoding of characters \x0 through \xF where they were encoded as "%0" through "%F" rather than "%00" through "%0F".
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a3a5af0..34dc7cf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rhymuri"
-version = "1.0.0"
+version = "1.0.1"
description = "Implementation of IETF RFC 3986, Uniform Resource Identifier (URI)"
authors = ["Richard Walters <rwalters@digitalstirling.com>"]
edition = "2018"