mirror of
https://github.com/openharmony/third_party_rust_mime.git
synced 2026-07-01 21:44:53 -04:00
v0.3.4
This commit is contained in:
+1
-1
@@ -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
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user