diff --git a/Cargo.toml b/Cargo.toml index a4c8eab8..ec2b7849 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "mime" -version = "0.2.6" +version = "0.3.0" # remember to update html_root_url authors = ["Sean McArthur "] license = "MIT/Apache-2.0" description = "Strongly Typed Mimes" -documentation = "http://hyperium.github.io/mime.rs" -repository = "https://github.com/hyperium/mime.rs" +documentation = "https://docs.rs/mime" +repository = "https://github.com/hyperium/mime" keywords = ["mime", "media-extensions", "media-types"] [dependencies] diff --git a/src/lib.rs b/src/lib.rs index a65e52bc..d5e3ba08 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -23,7 +23,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/mime")] +#![doc(html_root_url = "https://docs.rs/mime/0.3.0")] #![deny(warnings)] #![deny(missing_docs)] #![deny(missing_debug_implementations)]