mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-07 05:08:30 -04:00
Release 0.6.1
This commit is contained in:
parent
8712a6087b
commit
292cdecd87
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -249,7 +249,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rups"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
dependencies = [
|
||||
"rustls",
|
||||
"shell-words",
|
||||
|
@ -261,7 +261,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rupsc"
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
@ -17,6 +17,6 @@ clap = "2.33.3"
|
|||
anyhow = "1"
|
||||
|
||||
[dependencies.rups]
|
||||
version = "0.6.0"
|
||||
version = "0.6.1"
|
||||
path = "../rups"
|
||||
features = ["ssl"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue