fix: readme, remove missing feature

This commit is contained in:
Aram 🍐 2020-11-17 23:49:12 -05:00
parent ddb003dc0c
commit b36c855b2c
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -3,7 +3,7 @@
[![crates.io](https://img.shields.io/crates/v/nut-client.svg)](https://crates.io/crates/nut-client)
[![Documentation](https://docs.rs/nut-client/badge.svg)](https://docs.rs/nut-client)
[![MIT licensed](https://img.shields.io/crates/l/nut-client.svg)](./LICENSE)
[![CI](https://github.com/aramperes/nut-client-rs/workflows/CI/badge.svg)](https://github.com/aramperes/nut-client/actions?query=workflow%3ACI)
[![CI](https://github.com/aramperes/nut-client-rs/workflows/CI/badge.svg)](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.