Update dependencies
This commit is contained in:
Generated
+811
-925
File diff suppressed because it is too large
Load Diff
+2
-2
@@ -9,8 +9,8 @@ libredox = "0.1"
|
||||
pkgar = "0.1.18"
|
||||
pkgar-core = "0.1.18"
|
||||
pkgar-keys = "0.1.18"
|
||||
redox_installer = "0.2.37"
|
||||
redox_syscall = "0.5"
|
||||
redox_installer = "0.2.41"
|
||||
redox_syscall = "0.7"
|
||||
toml = "0.5.6"
|
||||
|
||||
[dependencies.libcosmic]
|
||||
|
||||
+1
-1
@@ -365,7 +365,7 @@ fn install<F: FnMut(Message)>(disk_path: String, password_opt: Option<String>, m
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
with_redoxfs_mount(fs, |mount_path: &Path| -> anyhow::Result<()> {
|
||||
with_redoxfs_mount(fs, None, |mount_path: &Path| -> anyhow::Result<()> {
|
||||
message!("Loading filesystem.toml");
|
||||
let mut config: Config = {
|
||||
let path = root_path.join("filesystem.toml");
|
||||
|
||||
Reference in New Issue
Block a user