mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-08 05:08:31 -04:00
Release 0.3.0
This commit is contained in:
parent
4f8c2d5bd9
commit
65f25fb958
3 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -173,7 +173,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "nut-client"
|
||||
version = "0.2.2"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"rustls",
|
||||
"shell-words",
|
||||
|
@ -230,7 +230,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "rupsc"
|
||||
version = "0.2.2"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"clap",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "nut-client"
|
||||
version = "0.2.2"
|
||||
version = "0.3.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.2.2"
|
||||
version = "0.3.0"
|
||||
authors = ["Aram Peres <aram.peres@wavy.fm>"]
|
||||
edition = "2018"
|
||||
description = "A demo program to display UPS variables"
|
||||
|
@ -17,6 +17,6 @@ clap = "2.33.3"
|
|||
anyhow = "1"
|
||||
|
||||
[dependencies.nut-client]
|
||||
version = "0.2.2"
|
||||
version = "0.3.0"
|
||||
path = "../nut-client"
|
||||
features = ["ssl"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue