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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
[](https://crates.io/crates/nut-client)
|
||||
[](https://docs.rs/nut-client)
|
||||
[](./LICENSE)
|
||||
[](https://github.com/aramperes/nut-client/actions?query=workflow%3ACI)
|
||||
[](https://github.com/aramperes/nut-client-rs/actions?query=workflow%3ACI)
|
||||
|
||||
A [Network UPS Tools](https://github.com/networkupstools/nut) (NUT) client library for Rust.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue