File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ members = [
19
19
20
20
[dependencies ]
21
21
http = " 1.0.0"
22
- headers-core = { version = " 0.2 " , path = " ./headers-core" }
22
+ headers-core = { version = " 0.3 " , path = " ./headers-core" }
23
23
base64 = " 0.21.3"
24
24
bytes = " 1"
25
25
mime = " 0.3.14"
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " headers-core"
3
- version = " 0.2 .0" # don't forget to update html_root_url
3
+ version = " 0.3 .0" # don't forget to update html_root_url
4
4
description = " typed HTTP headers core trait"
5
5
license = " MIT"
6
6
readme = " README.md"
Original file line number Diff line number Diff line change 1
1
#![ deny( missing_docs) ]
2
2
#![ deny( missing_debug_implementations) ]
3
3
#![ cfg_attr( test, deny( warnings) ) ]
4
- #![ doc( html_root_url = "https://docs.rs/headers-core/0.2 .0" ) ]
4
+ #![ doc( html_root_url = "https://docs.rs/headers-core/0.3 .0" ) ]
5
5
6
6
//! # headers-core
7
7
//!
You can’t perform that action at this time.
0 commit comments