mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-08 21:18:31 -04:00
Release 0.1.0
This commit is contained in:
parent
f4b1e35d8b
commit
1dc577358c
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "nut-client"
|
name = "nut-client"
|
||||||
version = "0.0.4"
|
version = "0.1.0"
|
||||||
authors = ["Aram Peres <aram.peres@wavy.fm>"]
|
authors = ["Aram Peres <aram.peres@wavy.fm>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "Network UPS Tools (NUT) client library"
|
description = "Network UPS Tools (NUT) client library"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rupsc"
|
name = "rupsc"
|
||||||
version = "0.0.4"
|
version = "0.1.0"
|
||||||
authors = ["Aram Peres <aram.peres@wavy.fm>"]
|
authors = ["Aram Peres <aram.peres@wavy.fm>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
description = "A demo program to display UPS variables"
|
description = "A demo program to display UPS variables"
|
||||||
|
@ -17,5 +17,5 @@ clap = "2.33.3"
|
||||||
anyhow = "1"
|
anyhow = "1"
|
||||||
|
|
||||||
[dependencies.nut-client]
|
[dependencies.nut-client]
|
||||||
version = "0.0.4"
|
version = "0.1.0"
|
||||||
path = "../nut-client"
|
path = "../nut-client"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue