File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,39 +38,39 @@ jobs:
3838 bin : rnk
3939 name : rnk-x86_64-unknown-linux-musl-${{ needs.compute.outputs.RNK_RELEASE_VERSION}}.tar.gz
4040 cargo_command : cargo
41- features : " --no-default-features --features vendored-openssl "
41+ features : " --no-default-features --features rustls "
4242
4343 - os_name : Linux-aarch64
4444 os : ubuntu-24.04-arm
4545 target : aarch64-unknown-linux-musl
4646 bin : rnk
4747 name : rnk-aarch64-unknown-linux-musl-${{ needs.compute.outputs.RNK_RELEASE_VERSION}}.tar.gz
4848 cargo_command : cargo
49- features : " --no-default-features --features vendored-openssl "
49+ features : " --no-default-features --features rustls "
5050
5151 - os_name : Windows-x86_64
5252 os : windows-latest
5353 target : x86_64-pc-windows-msvc
5454 bin : rnk.exe
5555 name : rnk-x86_64-pc-windows-msvc-${{ needs.compute.outputs.RNK_RELEASE_VERSION}}.zip
5656 cargo_command : cargo
57- features : " --no-default-features --features vendored-openssl "
57+ features : " --no-default-features --features rustls "
5858
5959 - os_name : macOS-x86_64
6060 os : macOS-latest
6161 target : x86_64-apple-darwin
6262 bin : rnk
6363 name : rnk-x86_64-apple-darwin-${{ needs.compute.outputs.RNK_RELEASE_VERSION}}.tar.gz
6464 cargo_command : cargo
65- features : " --no-default-features --features vendored-openssl "
65+ features : " --no-default-features --features rustls "
6666
6767 - os_name : macOS-aarch64
6868 os : macOS-latest
6969 target : aarch64-apple-darwin
7070 bin : rnk
7171 name : rnk-aarch64-apple-darwin-${{ needs.compute.outputs.RNK_RELEASE_VERSION}}.tar.gz
7272 cargo_command : cargo
73- features : " --no-default-features --features vendored-openssl "
73+ features : " --no-default-features --features rustls "
7474
7575 runs-on : ${{ matrix.platform.os }}
7676 steps :
Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ default = ["reqwest/default-tls"] # link against system library
5959rustls = [
6060 " reqwest/rustls-tls" ,
6161 " openidconnect/rustls-tls" ,
62+ " self_update/rustls"
6263] # include rustls, ssl library written in rust
6364vendored-openssl = [" openssl/vendored" ] # include compiled openssl library
6465vendored-zlib = [
You can’t perform that action at this time.
0 commit comments