diff options
author | Richard Walters <rwalters@digitalstirling.com> | 2020-11-09 23:02:58 -0800 |
---|---|---|
committer | Richard Walters <rwalters@digitalstirling.com> | 2020-11-09 23:02:58 -0800 |
commit | 3bb865d0a3eab0527f5be276aa90e565f39d41de (patch) | |
tree | d411d7fbcd15b07e8a47c9dc1013bab6efd42929 | |
parent | 09efb551534488bbee8261a39f159e614676a175 (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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |