aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-12-05 02:02:04 +0100
committerMartin Fischer <martin@push-f.com>2021-12-05 02:02:04 +0100
commit9c6fc4541b91187e146ae69ba60d177d1c391eed (patch)
tree3fe81d845ceb2496b081637c37028978889332e1
parent5cb747b5c7c052cfafe4b5db6de62ea4f9739873 (diff)
update edition to 2021
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c0ac751..6481839 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ name = "uris"
version = "1.3.1"
description = "Implementation of IETF RFC 3986, Uniform Resource Identifier (URI)"
authors = ["Richard Walters <rwalters@digitalstirling.com>"]
-edition = "2018"
+edition = "2021"
license-file = "LICENSE.txt"
readme = "README.md"
categories = ["parser-implementations", "web-programming"]