diff --git a/Cargo.toml b/Cargo.toml index 99444e98..781f2c9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mime" -version = "0.3.13" # remember to update html_root_url +version = "0.3.14" # 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 384948ce..41f8c80c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,7 +23,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/mime/0.3.13")] +#![doc(html_root_url = "https://docs.rs/mime/0.3.14")] #![deny(warnings)] #![deny(missing_docs)] #![deny(missing_debug_implementations)]