This commit is contained in:
Sean McArthur
2023-03-20 11:04:58 -04:00
parent 07019ec73e
commit 49e329e316
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 <sean@seanmonstar.com>"]
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"
+1 -1
View File
@@ -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)]