File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " mime"
4
- version = " 0.2.6 "
4
+ version = " 0.3.0 " # remember to update html_root_url
5
5
authors = [" Sean McArthur <sean.monstar@gmail.com>" ]
6
6
license = " MIT/Apache-2.0"
7
7
description = " Strongly Typed Mimes"
8
- documentation = " http ://hyperium.github.io /mime.rs "
9
- repository = " https://github.com/hyperium/mime.rs "
8
+ documentation = " https ://docs.rs /mime"
9
+ repository = " https://github.com/hyperium/mime"
10
10
keywords = [" mime" , " media-extensions" , " media-types" ]
11
11
12
12
[dependencies ]
Original file line number Diff line number Diff line change 23
23
//! }
24
24
//! ```
25
25
26
- #![ doc( html_root_url = "https://docs.rs/mime" ) ]
26
+ #![ doc( html_root_url = "https://docs.rs/mime/0.3.0 " ) ]
27
27
#![ deny( warnings) ]
28
28
#![ deny( missing_docs) ]
29
29
#![ deny( missing_debug_implementations) ]
You can’t perform that action at this time.
0 commit comments