From 0785326c93de567d36aa406898fd24d9b88c1d97 Mon Sep 17 00:00:00 2001 From: yinheli Date: Thu, 9 Jun 2022 22:09:44 +0800 Subject: [PATCH] chore(ver): update ver --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 44f446f..0e8f7d1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,7 +156,7 @@ dependencies = [ [[package]] name = "ipmi-fan-control" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 8162e99..2587545 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ipmi-fan-control" authors = ["yinheli "] -version = "0.1.0" +version = "0.1.1" edition = "2021" keywords = ["ipmi", "fan"] description = "ipmi fan control, is a tool to control fan speed by monitoring cpu temperature"