Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aramperes committed Aug 15, 2023
1 parent 8712a60 commit 292cdec
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 rups/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rups"
version = "0.6.0"
version = "0.6.1"
authors = ["Aram Peres <aram.peres@wavy.fm>"]
edition = "2021"
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.6.0"
version = "0.6.1"
authors = ["Aram Peres <aram.peres@wavy.fm>"]
edition = "2021"
description = "A demo program to display UPS variables"
Expand All @@ -17,6 +17,6 @@ clap = "2.33.3"
anyhow = "1"

[dependencies.rups]
version = "0.6.0"
version = "0.6.1"
path = "../rups"
features = ["ssl"]

0 comments on commit 292cdec

Please sign in to comment.