Make multipart an optional feature (default off) (#1128)
This commit is contained in:
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -63,6 +63,7 @@ jobs:
|
||||
- "feat.: gzip"
|
||||
- "feat.: brotli"
|
||||
- "feat.: json"
|
||||
- "feat.: multipart"
|
||||
- "feat.: stream"
|
||||
- "feat.: socks/default-tls"
|
||||
- "feat.: socks/rustls-tls"
|
||||
@@ -84,21 +85,21 @@ jobs:
|
||||
- name: windows / stable-x86_64-msvc
|
||||
os: windows-latest
|
||||
target: x86_64-pc-windows-msvc
|
||||
features: "--features blocking,gzip,brotli,json"
|
||||
features: "--features blocking,gzip,brotli,json,multipart"
|
||||
- name: windows / stable-i686-msvc
|
||||
os: windows-latest
|
||||
target: i686-pc-windows-msvc
|
||||
features: "--features blocking,gzip,brotli,json"
|
||||
features: "--features blocking,gzip,brotli,json,multipart"
|
||||
- name: windows / stable-x86_64-gnu
|
||||
os: windows-latest
|
||||
rust: stable-x86_64-pc-windows-gnu
|
||||
target: x86_64-pc-windows-gnu
|
||||
features: "--features blocking,gzip,brotli,json"
|
||||
features: "--features blocking,gzip,brotli,json,multipart"
|
||||
- name: windows / stable-i686-gnu
|
||||
os: windows-latest
|
||||
rust: stable-i686-pc-windows-gnu
|
||||
target: i686-pc-windows-gnu
|
||||
features: "--features blocking,gzip,brotli,json"
|
||||
features: "--features blocking,gzip,brotli,json,multipart"
|
||||
|
||||
- name: "feat.: default-tls disabled"
|
||||
features: "--no-default-features"
|
||||
@@ -120,6 +121,8 @@ jobs:
|
||||
features: "--features brotli"
|
||||
- name: "feat.: json"
|
||||
features: "--features json"
|
||||
- name: "feat.: multipart"
|
||||
features: "--features multipart"
|
||||
- name: "feat.: stream"
|
||||
features: "--features stream"
|
||||
- name: "feat.: socks/default-tls"
|
||||
|
||||
Reference in New Issue
Block a user