Version bump, various fixes

This commit is contained in:
Luke D. Jones
2021-08-02 10:50:17 +12:00
parent 9e55c0b2ca
commit 8f5717def8
15 changed files with 39 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "asusctl"
version = "3.5.0"
version = "3.5.1"
authors = ["Luke D Jones <luke@ljones.dev>"]
edition = "2018"
@@ -12,6 +12,7 @@ rog_aura = { path = "../rog-aura" }
rog_dbus = { path = "../rog-dbus" }
rog_profiles = { path = "../rog-profiles" }
rog_types = { path = "../rog-types" }
daemon = { path = "../daemon" }
rog_fan_curve = { version = "^0.1", features = ["serde"] }
gumdrop = "^0.8"
yansi-term = "^0.1"