diff options
author | Richard Walters <rwalters@digitalstirling.com> | 2020-12-21 16:04:55 -0800 |
---|---|---|
committer | Richard Walters <rwalters@digitalstirling.com> | 2020-12-21 16:04:55 -0800 |
commit | b9b5eeab4263512ff0ffce6d49bb0f48cbde3ea4 (patch) | |
tree | 7f16bbb4ee965c005dc1605d6843bf0a5be6caef | |
parent | c7f094e59d67c75bae58fe44891fcf8bd5a4f773 (diff) |
Version 1.2.0
Changes since 1.2.0:
* Fixed compiler warning about not using `split_prefix`.
* Use newer `once_cell` (1.4 -> 1.5)
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "rhymuri" -version = "1.1.1" +version = "1.2.0" description = "Implementation of IETF RFC 3986, Uniform Resource Identifier (URI)" authors = ["Richard Walters <rwalters@digitalstirling.com>"] edition = "2018" @@ -18,5 +18,5 @@ exclude = [ [dependencies] named_tuple = "0.1" -once_cell = "1.4" +once_cell = "1.5" thiserror = "1.0" |