File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### v0.3.4 (March 31, 2023)
2
+
3
+ - ** Fixes** :
4
+ - ` multipart::Part ` data is now streamed instead of buffered.
5
+ - Update dependency used for ` multipart ` filters.
6
+
1
7
### v0.3.3 (September 27, 2022)
2
8
3
9
- ** Fixes** :
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " warp"
3
- version = " 0.3.3 " # don't forget to update html_root_url
3
+ version = " 0.3.4 " # don't forget to update html_root_url
4
4
description = " serve the web at warp speeds"
5
5
authors = [
" Sean McArthur <[email protected] >" ]
6
6
license = " MIT"
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/warp/0.3.3 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/warp/0.3.4 " ) ]
2
2
#![ deny( missing_docs) ]
3
3
#![ deny( missing_debug_implementations) ]
4
4
#![ deny( rust_2018_idioms) ]
You can’t perform that action at this time.
0 commit comments