mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-09 05:28:31 -04:00
fix: readme, remove missing feature
This commit is contained in:
parent
ddb003dc0c
commit
b36c855b2c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -54,7 +54,7 @@ jobs:
|
|||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: build
|
||||
args: --target ${{ matrix.target }} --no-default-features --features "rustls-tls"
|
||||
args: --target ${{ matrix.target }}
|
||||
|
||||
test:
|
||||
name: Test Suite
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue