From b36c855b2ca453b8a7ed2953fe521a0da5b5fe0d Mon Sep 17 00:00:00 2001 From: Aram Peres Date: Tue, 17 Nov 2020 23:49:12 -0500 Subject: [PATCH] fix: readme, remove missing feature --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ba3a20..e511880 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index d3fda2e..65320be 100644 --- a/README.md +++ b/README.md @@ -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.