From 9b6b1eb321235278560a44b43951cf1a419ff682 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 9 Sep 2019 11:19:18 -0700 Subject: [PATCH] v0.3.14 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)]