diff options
author | Richard Walters <rwalters@digitalstirling.com> | 2021-01-16 11:45:56 -0800 |
---|---|---|
committer | Richard Walters <rwalters@digitalstirling.com> | 2021-01-16 11:47:26 -0800 |
commit | 9d767affdc3c9f478329b7823837e154a856f9f2 (patch) | |
tree | 8f621f48466888f9f78065435b0681ab0be350d3 /Cargo.toml | |
parent | b9b5eeab4263512ff0ffce6d49bb0f48cbde3ea4 (diff) |
Version 1.3.0
Changes since 1.2.0:
* Disable `clippy::ref_option_ref` now triggered by
`named_tuple` macro.
* Add implementations of `TryFrom` for `&str`
and `String`.
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.2.0" +version = "1.3.0" description = "Implementation of IETF RFC 3986, Uniform Resource Identifier (URI)" authors = ["Richard Walters <rwalters@digitalstirling.com>"] edition = "2018" |