aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRichard Walters <rwalters@digitalstirling.com>2021-01-16 11:45:56 -0800
committerRichard Walters <rwalters@digitalstirling.com>2021-01-16 11:47:26 -0800
commit9d767affdc3c9f478329b7823837e154a856f9f2 (patch)
tree8f621f48466888f9f78065435b0681ab0be350d3 /Cargo.toml
parentb9b5eeab4263512ff0ffce6d49bb0f48cbde3ea4 (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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ceb91e7..ccad989 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"