diff --git a/Cargo.lock b/Cargo.lock index 29a9552c..bb0cd956 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -210,7 +210,7 @@ dependencies = [ [[package]] name = "daemon" -version = "4.0.2" +version = "4.0.3" dependencies = [ "env_logger", "log", diff --git a/asus-notify/Cargo.toml b/asus-notify/Cargo.toml index db0efa04..3bdda005 100644 --- a/asus-notify/Cargo.toml +++ b/asus-notify/Cargo.toml @@ -14,7 +14,7 @@ rog_dbus = { path = "../rog-dbus" } rog_aura = { path = "../rog-aura" } rog_supported = { path = "../rog-supported" } rog_profiles = { path = "../rog-profiles" } -supergfxctl = { path = "../../supergfxctl" } +supergfxctl = { git = "https://gitlab.com/asus-linux/supergfxctl.git", tag = "2.0.0" } [dependencies.notify-rust] version = "^4.3" diff --git a/asusctl/Cargo.toml b/asusctl/Cargo.toml index 2136572a..f0c1f353 100644 --- a/asusctl/Cargo.toml +++ b/asusctl/Cargo.toml @@ -15,7 +15,7 @@ rog_profiles = { path = "../rog-profiles" } rog_supported = { path = "../rog-supported" } daemon = { path = "../daemon" } gumdrop = "^0.8" -supergfxctl = { path = "../../supergfxctl" } +supergfxctl = { git = "https://gitlab.com/asus-linux/supergfxctl.git", tag = "2.0.0" } toml = "^0.5.8" sysfs-class = "^0.1.2" diff --git a/rog-dbus/Cargo.toml b/rog-dbus/Cargo.toml index db82e8a2..9a8fbe12 100644 --- a/rog-dbus/Cargo.toml +++ b/rog-dbus/Cargo.toml @@ -14,7 +14,7 @@ rog_anime = { path = "../rog-anime" } rog_aura = { path = "../rog-aura" } rog_profiles = { path = "../rog-profiles" } rog_supported = { path = "../rog-supported" } -supergfxctl = { path = "../../supergfxctl" } +supergfxctl = { git = "https://gitlab.com/asus-linux/supergfxctl.git", tag = "2.0.0" } zbus = "^1.9" zbus_macros = "^1.9" zvariant = "^2.8"