Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aramperes committed Jul 31, 2021
1 parent cd29501 commit 137251d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,3 @@ uses `rustls` under the hood.

Note that this crate turns off all certificate validation at the moment, effectively giving a false sense of security.
If you'd like to contribute to this, see issue #8.

2 changes: 1 addition & 1 deletion nut-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nut-client"
version = "0.1.0"
version = "0.2.0"
authors = ["Aram Peres <[email protected]>"]
edition = "2018"
description = "Network UPS Tools (NUT) client library"
Expand Down
4 changes: 2 additions & 2 deletions rupsc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rupsc"
version = "0.1.0"
version = "0.2.0"
authors = ["Aram Peres <[email protected]>"]
edition = "2018"
description = "A demo program to display UPS variables"
Expand All @@ -17,6 +17,6 @@ clap = "2.33.3"
anyhow = "1"

[dependencies.nut-client]
version = "0.1.0"
version = "0.2.0"
path = "../nut-client"
features = ["ssl"]

0 comments on commit 137251d

Please sign in to comment.