Bump rog-fan-curve to new versiont o support GA401IV

This commit is contained in:
Luke D Jones
2020-09-10 22:52:17 +12:00
parent 781ad30eb5
commit 4cdb06959b
4 changed files with 12 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "asus-nb-ctrl"
version = "1.1.1"
version = "1.1.2"
license = "MPL-2.0"
readme = "README.md"
authors = ["Luke <luke@ljones.dev>"]
@@ -45,6 +45,6 @@ toml = "0.4.6"
# Device control
sysfs-class = "^0.1.2" # used for backlight control and baord ID
rog_fan_curve = { version = "0.1.4", features = ["serde"] }
rog_fan_curve = { version = "0.1.5", features = ["serde"] }
# cpu power management
intel-pstate = "^0.2.1"

View File

@@ -23,7 +23,7 @@ use std::sync::Arc;
use tokio::sync::{mpsc::Receiver, Mutex};
use tokio::task::JoinHandle;
pub static VERSION: &str = "1.1.1";
pub static VERSION: &str = "1.1.2";
use ::dbus::{nonblock::SyncConnection, tree::Signal};