mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-08 05:08: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]
|
||||
name = "nut-client"
|
||||
version = "0.0.4"
|
||||
version = "0.1.0"
|
||||
authors = ["Aram Peres <aram.peres@wavy.fm>"]
|
||||
edition = "2018"
|
||||
description = "Network UPS Tools (NUT) client library"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rupsc"
|
||||
version = "0.0.4"
|
||||
version = "0.1.0"
|
||||
authors = ["Aram Peres <aram.peres@wavy.fm>"]
|
||||
edition = "2018"
|
||||
description = "A demo program to display UPS variables"
|
||||
|
@ -17,5 +17,5 @@ clap = "2.33.3"
|
|||
anyhow = "1"
|
||||
|
||||
[dependencies.nut-client]
|
||||
version = "0.0.4"
|
||||
version = "0.1.0"
|
||||
path = "../nut-client"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue