upstream-rs 2.6.0

Fetch package updates directly from the source.
Documentation
1
2
3
4
5
6
7
8
9
10
11
#[derive(Debug, Default, Clone, PartialEq, Eq)]
pub struct MigrationReport {
    pub created_dirs: usize,
    pub moved_entries: usize,
    pub updated_packages: usize,
    pub updated_rollback_records: usize,
    pub migrated_trusted_keys: usize,
    pub deduped_trusted_keys: usize,
    pub refreshed_symlinks: usize,
    pub skipped_symlinks: usize,
}