mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-09 05:28:31 -04:00
Release 0.6.0; edition 2021
This commit is contained in:
parent
0b69b3fc47
commit
8ef85f3b28
5 changed files with 239 additions and 118 deletions
|
@ -1,8 +1,8 @@
|
|||
[package]
|
||||
name = "rupsc"
|
||||
version = "0.5.3"
|
||||
version = "0.6.0"
|
||||
authors = ["Aram Peres <aram.peres@wavy.fm>"]
|
||||
edition = "2018"
|
||||
edition = "2021"
|
||||
description = "A demo program to display UPS variables"
|
||||
categories = ["network-programming"]
|
||||
keywords = ["ups", "nut"]
|
||||
|
@ -17,6 +17,6 @@ clap = "2.33.3"
|
|||
anyhow = "1"
|
||||
|
||||
[dependencies.rups]
|
||||
version = "0.5.2"
|
||||
version = "0.6.0"
|
||||
path = "../rups"
|
||||
features = ["ssl"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue