File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33on : [push, pull_request]
44
55env :
6- minrust : 1.46 .0
6+ minrust : 1.51 .0
77
88jobs :
99 test :
Original file line number Diff line number Diff line change 11[package ]
22name = " headers"
3- version = " 0.3.7 " # don't forget to update html_root_url
3+ version = " 0.3.8 " # don't forget to update html_root_url
44description = " typed HTTP headers"
55license = " MIT"
66readme = " README.md"
@@ -24,7 +24,7 @@ bitflags = "1.0"
2424itertools = " 0.9"
2525bytes = " 1"
2626mime = " 0.3.14"
27- sha-1 = " 0.10"
27+ sha1 = " 0.10"
2828httpdate = " 1"
2929
3030[features ]
Original file line number Diff line number Diff line change 22#![ deny( missing_debug_implementations) ]
33#![ cfg_attr( test, deny( warnings) ) ]
44#![ cfg_attr( all( test, feature = "nightly" ) , feature( test) ) ]
5- #![ doc( html_root_url = "https://docs.rs/headers/0.3.7 " ) ]
5+ #![ doc( html_root_url = "https://docs.rs/headers/0.3.8 " ) ]
66
77//! # Typed HTTP Headers
88//!
You can’t perform that action at this time.
0 commit comments