Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aramperes committed Jul 31, 2021
1 parent 3002b4d commit 09c964e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.

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.2.1"
version = "0.2.2"
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.2.1"
version = "0.2.2"
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.2.1"
version = "0.2.2"
path = "../nut-client"
features = ["ssl"]

0 comments on commit 09c964e

Please sign in to comment.