From b9b5eeab4263512ff0ffce6d49bb0f48cbde3ea4 Mon Sep 17 00:00:00 2001 From: Richard Walters Date: Mon, 21 Dec 2020 16:04:55 -0800 Subject: 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) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3fdceaa..ceb91e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] edition = "2018" @@ -18,5 +18,5 @@ exclude = [ [dependencies] named_tuple = "0.1" -once_cell = "1.4" +once_cell = "1.5" thiserror = "1.0" -- cgit v1.2.3