diff --git a/Cargo.toml b/Cargo.toml index 781f2c9a..cdd17327 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mime" -version = "0.3.14" # remember to update html_root_url +version = "0.3.15" # remember to update html_root_url authors = ["Sean McArthur "] license = "MIT/Apache-2.0" description = "Strongly Typed Mimes" diff --git a/src/lib.rs b/src/lib.rs index e86234a0..c8bbd9be 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,7 +23,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/mime/0.3.14")] +#![doc(html_root_url = "https://docs.rs/mime/0.3.15")] #![deny(warnings)] #![deny(missing_docs)] #![deny(missing_debug_implementations)]