mirror of
https://github.com/aramperes/nut-rs.git
synced 2025-09-08 21:18: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"]
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
///! # rupsc
|
||||
///! A demo program to display UPS variables.
|
||||
///! This a Rust clone of [upsc](https://github.com/networkupstools/nut/blob/master/clients/upsc.c).
|
||||
///!
|
||||
///! P.S.: pronounced "r-oopsie".
|
||||
//! # rupsc
|
||||
//! A demo program to display UPS variables.
|
||||
//! This a Rust clone of [upsc](https://github.com/networkupstools/nut/blob/master/clients/upsc.c).
|
||||
//!
|
||||
//! P.S.: pronounced "r-oopsie".
|
||||
use core::convert::TryInto;
|
||||
|
||||
use anyhow::Context;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue