File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1+ ### v0.1.3 (August 28, 2018)
2+
3+ - ** Features** :
4+ - Add ` warp::reject::forbidden() ` to represent ` 403 Forbidden ` responses.
5+ - Add ` Rejection::with(cause) ` to customize rejection messages.
6+ - ** Fixes** :
7+ - Fix ` warp::body::form ` to allow charsets in the ` content-type ` header.
8+
19### v0.1.2 (August 14, 2018)
210
311- ** Features** :
Original file line number Diff line number Diff line change 11[package ]
22name = " warp"
3- version = " 0.1.2 " # don't forget to update html_root_url
3+ version = " 0.1.3 " # don't forget to update html_root_url
44description = " serve the web at warp speeds"
55authors = [
" Sean McArthur <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff line change 1- #![ doc( html_root_url = "https://docs.rs/warp/0.1.2 " ) ]
1+ #![ doc( html_root_url = "https://docs.rs/warp/0.1.3 " ) ]
22#![ deny( missing_docs) ]
33#![ deny( missing_debug_implementations) ]
44#![ cfg_attr( test, deny( warnings) ) ]
You can’t perform that action at this time.
0 commit comments