Merge branch 'update-deps' into 'main'

Update dependencies, Add a hint to run with sudo

See merge request redox-os/installer-gui!2
This commit is contained in:
Jeremy Soller
2026-04-11 06:40:53 -06:00
3 changed files with 313 additions and 498 deletions
Generated
+304 -493
View File
File diff suppressed because it is too large Load Diff
+7 -5
View File
@@ -6,15 +6,17 @@ edition = "2021"
[dependencies]
anyhow = "1"
libredox = "0.1"
pkgar = "0.1.18"
pkgar-core = "0.1.18"
pkgar-keys = "0.1.18"
redox_installer = "0.2.41"
pkgar = "0.2"
pkgar-core = "0.2"
pkgar-keys = "0.2"
redox_installer = "0.2.42"
redox_syscall = "0.7"
toml = "0.5.6"
toml = "0.8"
[dependencies.libcosmic]
git = "https://github.com/pop-os/libcosmic.git"
# use the same rev with other cosmic app
rev = "384e8f6e219bb458720eafa5bb971b832c057f23"
default-features = false
features = ["winit"]
+2
View File
@@ -618,6 +618,8 @@ impl Application for Window {
}
} else {
widgets.push(text("No drives found").into());
// TODO: expose disk.pci-*-*nvme/* */ scheme to user
widgets.push(text("(try to rerun with sudo)").into());
}
}
Page::Install(progress, description) => {