From abf3234a2581faf38818e57c5b5e8ff148fb2920 Mon Sep 17 00:00:00 2001 From: Paul van Tilburg Date: Sat, 11 Mar 2023 19:43:06 +0100 Subject: [PATCH] Fix typo in docs.rs metadata section name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49e3108..a37e707 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ license = "MIT" keywords = ["geolocation", "uri", "parser", "rfc5870"] categories = ["parser-implementations", "web-programming", "encoding"] -[package.metadata.docs.rs] +[package.metadata."docs.rs"] all-features = true rustdoc-args = ["--cfg", "docsrs"]