This commit is contained in:
Sean McArthur
2017-09-19 10:41:10 -07:00
parent 5e892f2ce6
commit c6726e372e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
[package]
name = "mime"
version = "0.3.3" # remember to update html_root_url
version = "0.3.4" # remember to update html_root_url
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Strongly Typed Mimes"
+1 -1
View File
@@ -23,7 +23,7 @@
//! }
//! ```
#![doc(html_root_url = "https://docs.rs/mime/0.3.3")]
#![doc(html_root_url = "https://docs.rs/mime/0.3.4")]
#![deny(warnings)]
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]