feat: add all request tls options

This commit is contained in:
ThetaDev 2023-05-08 17:01:51 +02:00
parent a51e42f563
commit c15d46e0c4
6 changed files with 52 additions and 1541 deletions

View file

@ -6,5 +6,5 @@ pipeline:
commands:
- rustup component add rustfmt clippy
- cargo fmt --all --check
- cargo clippy --all --all-features -- -D warnings
- cargo test --workspace
- cargo clippy --all --features=rss -- -D warnings
- cargo test --features=rss --workspace