mirror of
https://github.com/openharmony/third_party_rust_mime.git
synced 2026-06-30 21:47:57 -04:00
v0.3.17
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
[package]
|
||||
|
||||
name = "mime"
|
||||
version = "0.3.16" # remember to update html_root_url
|
||||
version = "0.3.17" # remember to update html_root_url
|
||||
authors = ["Sean McArthur <sean@seanmonstar.com>"]
|
||||
license = "MIT/Apache-2.0"
|
||||
license = "MIT OR Apache-2.0"
|
||||
description = "Strongly Typed Mimes"
|
||||
documentation = "https://docs.rs/mime"
|
||||
repository = "https://github.com/hyperium/mime"
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@
|
||||
//! }
|
||||
//! ```
|
||||
|
||||
#![doc(html_root_url = "https://docs.rs/mime/0.3.16")]
|
||||
#![doc(html_root_url = "https://docs.rs/mime/0.3.17")]
|
||||
#![deny(warnings)]
|
||||
#![deny(missing_docs)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
|
||||
Reference in New Issue
Block a user