fix: Downgrade runas to fix service install bug

This commit is contained in:
Kuingsmile
2023-11-22 17:17:12 -08:00
parent 3dbe9193e2
commit 5e7db2807d
2 changed files with 4 additions and 6 deletions

View File

@@ -44,7 +44,7 @@ wry = { version = "0.24.3" }
[target.'cfg(windows)'.dependencies]
runas = "1.1.0"
runas = "=1.0.0"
deelevate = "0.2.0"
winreg = { version = "0.50", features = ["transactions"] }
windows-sys = { version = "0.48", features = ["Win32_System_LibraryLoader", "Win32_System_SystemInformation"] }