From 1dc577358c7e69b24ad17a5c3c5de55205461c33 Mon Sep 17 00:00:00 2001 From: Aram Peres Date: Sat, 31 Jul 2021 04:28:08 -0400 Subject: [PATCH] Release 0.1.0 --- nut-client/Cargo.toml | 2 +- rupsc/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nut-client/Cargo.toml b/nut-client/Cargo.toml index b93d64e..9c4c2ab 100644 --- a/nut-client/Cargo.toml +++ b/nut-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nut-client" -version = "0.0.4" +version = "0.1.0" authors = ["Aram Peres "] edition = "2018" description = "Network UPS Tools (NUT) client library" diff --git a/rupsc/Cargo.toml b/rupsc/Cargo.toml index 6ef79ca..04acc69 100644 --- a/rupsc/Cargo.toml +++ b/rupsc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rupsc" -version = "0.0.4" +version = "0.1.0" authors = ["Aram Peres "] 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"