Skip to content

Commit 5c8c39f

Browse files
author
Zane Hannan
committed
reduce version, fix pipeline
1 parent bcbd35f commit 5c8c39f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper-rustls"
3-
version = "0.20.0"
3+
version = "0.19.2"
44
edition = "2018"
55
authors = ["Joseph Birr-Pixton <[email protected]>"]
66
license = "Apache-2.0/ISC/MIT"

admin/pipelines/cargo-steps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ steps:
55
- script: cargo test
66
displayName: "cargo test (debug; default features)"
77
env: { "RUST_BACKTRACE": "1" }
8-
- script: cargo test --all-features
9-
displayName: "cargo test (debug; all features)"
8+
- script: cargo test --no-default-features --features webpki-tokio
9+
displayName: "cargo test (debug; webpi-roots feature)"
1010
env: { "RUST_BACKTRACE": "1" }
1111
- script: cargo test --no-default-features
1212
displayName: "cargo build (debug; no default features)"

0 commit comments

Comments
 (0)