File tree Expand file tree Collapse file tree 3 files changed +2
-20
lines changed Expand file tree Collapse file tree 3 files changed +2
-20
lines changed Original file line number Diff line number Diff line change 11
11
env :
12
12
RUSTFLAGS : -Dwarnings
13
13
RUST_BACKTRACE : 1
14
- OPENSSL_CONF : test.conf
15
14
16
15
jobs :
17
16
rustfmt :
55
54
with :
56
55
path : target
57
56
key : target-${{ runner.os }}-${{ steps.rust-version.outputs.version }}-${{ hashFiles('Cargo.lock') }}
58
- - run : cargo test --features vendored,openssl-src/legacy
59
- - run : cargo test --features vendored,openssl-src/legacy,alpn
57
+ - run : cargo test --features vendored
58
+ - run : cargo test --features vendored
Original file line number Diff line number Diff line change @@ -31,9 +31,6 @@ openssl = "0.10.29"
31
31
openssl-sys = " 0.9.55"
32
32
openssl-probe = " 0.1"
33
33
34
- [target .'cfg(not(any(target_os = "windows", target_os = "macos", target_os = "ios")))' .build_dependencies ]
35
- openssl-src = { version = " 300.0.3" , optional = true }
36
-
37
34
[dev-dependencies ]
38
35
tempfile = " 3.0"
39
36
test-cert-gen = " 0.7"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments