Skip to content

Commit bb3fe5a

Browse files
committed
Small adjustments
Signed-off-by: BlackDex <black.dex@gmail.com>
1 parent 0440cc0 commit bb3fe5a

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ jobs:
8181
run: |
8282
cargo build --all-features --verbose
8383
84-
- name: "Build all features"
84+
- name: "Build without default features"
8585
id: build_no_default_features
8686
if: ${{ always() }}
8787
run: |
8888
cargo build --no-default-features --verbose
8989
90-
- name: "Build all features"
90+
- name: "Build reqwest with native-tls"
9191
id: build_native_tls
9292
if: ${{ always() }}
9393
run: |

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@ The OTP is valid.
188188

189189
#### Hightlights
190190

191-
In this version I removed the specific reqwest features because it would limit reqwest to those specific features.<br>
191+
In this version I removed the specific `reqwest` features because it would limit `reqwest` to those specific features.<br>
192+
Also updated to `reqwest` v0.13 as a minimal version. If you need to use v0.12 of `reqwest`, just keep using v0.14 of `yubico_ng`.<br>
192193
I default to the `default-tls` feature via the `default` feature of the crate it self, which should be fine for most use cases.
193194

194195
If you want to use anything else besides `default-tls`, use `default-features = false`, define `reqwest` as a custom dependency and define the wanted features. This way you can use `rustls-no-provider` and use any provider supported by `reqwest`.

0 commit comments

Comments
 (0)