aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Walters <rwalters@digitalstirling.com>2020-12-21 16:04:55 -0800
committerRichard Walters <rwalters@digitalstirling.com>2020-12-21 16:04:55 -0800
commitb9b5eeab4263512ff0ffce6d49bb0f48cbde3ea4 (patch)
tree7f16bbb4ee965c005dc1605d6843bf0a5be6caef
parentc7f094e59d67c75bae58fe44891fcf8bd5a4f773 (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.toml4
1 files 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 <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"