aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Walters <rwalters@digitalstirling.com>2020-11-09 23:02:58 -0800
committerRichard Walters <rwalters@digitalstirling.com>2020-11-09 23:02:58 -0800
commit3bb865d0a3eab0527f5be276aa90e565f39d41de (patch)
treed411d7fbcd15b07e8a47c9dc1013bab6efd42929
parent09efb551534488bbee8261a39f159e614676a175 (diff)
Version 1.1.1
Changes since 1.1.0: * Added rustfmt.toml and used it to format the code. * Added .gitignore. * Fixed new warnings/lints raised by latest toolchain.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c5d75d3..3fdceaa 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rhymuri"
-version = "1.1.0"
+version = "1.1.1"
description = "Implementation of IETF RFC 3986, Uniform Resource Identifier (URI)"
authors = ["Richard Walters <rwalters@digitalstirling.com>"]
edition = "2018"