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 = [
1919
2020[dependencies ]
2121http = " 1.0.0"
22- headers-core = { version = " 0.2 " , path = " ./headers-core" }
22+ headers-core = { version = " 0.3 " , path = " ./headers-core" }
2323base64 = " 0.21.3"
2424bytes = " 1"
2525mime = " 0.3.14"
Original file line number Diff line number Diff line change 11[package ]
22name = " 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
44description = " typed HTTP headers core trait"
55license = " MIT"
66readme = " README.md"
Original file line number Diff line number Diff line change 11#![ deny( missing_docs) ]
22#![ deny( missing_debug_implementations) ]
33#![ 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" ) ]
55
66//! # headers-core
77//!
You can’t perform that action at this time.
0 commit comments