feat(upgrade): implement in-place self-upgrade command and bump version to v0.6.0

This commit is contained in:
2026-09-16 12:33:57 +02:00
parent 1048253497
commit 2e4cf1cef0
7 changed files with 824 additions and 2 deletions
+1
View File
@@ -6,6 +6,7 @@ pub mod recovery;
pub mod storage;
pub mod sync;
pub mod ui;
pub mod upgrade;
pub mod verify;
pub mod vfs;
pub mod windows;