We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbd35f commit 5c8c39fCopy full SHA for 5c8c39f
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "hyper-rustls"
3
-version = "0.20.0"
+version = "0.19.2"
4
edition = "2018"
5
authors = ["Joseph Birr-Pixton <[email protected]>"]
6
license = "Apache-2.0/ISC/MIT"
admin/pipelines/cargo-steps.yml
@@ -5,8 +5,8 @@ steps:
- script: cargo test
displayName: "cargo test (debug; default features)"
7
env: { "RUST_BACKTRACE": "1" }
8
- - script: cargo test --all-features
9
- displayName: "cargo test (debug; all features)"
+ - script: cargo test --no-default-features --features webpki-tokio
+ displayName: "cargo test (debug; webpi-roots feature)"
10
11
- script: cargo test --no-default-features
12
displayName: "cargo build (debug; no default features)"
0 commit comments