From 3bb865d0a3eab0527f5be276aa90e565f39d41de Mon Sep 17 00:00:00 2001 From: Richard Walters Date: Mon, 9 Nov 2020 23:02:58 -0800 Subject: 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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "] edition = "2018" -- cgit v1.2.3