From 49e329e3168bd07cd101e70e2e6c4b4b63e47dc1 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 20 Mar 2023 11:04:58 -0400 Subject: [PATCH] v0.3.17 --- Cargo.toml | 4 ++-- src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8ab1aca..36b8418 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "mime" -version = "0.3.16" # remember to update html_root_url +version = "0.3.17" # remember to update html_root_url authors = ["Sean McArthur "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" description = "Strongly Typed Mimes" documentation = "https://docs.rs/mime" repository = "https://github.com/hyperium/mime" diff --git a/src/lib.rs b/src/lib.rs index 5b27a7b..da1d3c0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,7 +23,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/mime/0.3.16")] +#![doc(html_root_url = "https://docs.rs/mime/0.3.17")] #![deny(warnings)] #![deny(missing_docs)] #![deny(missing_debug_implementations)]