Private
Public Access
1
0

Apply cargo fmt formatting to packages/mod.rs
Some checks failed
CI/CD Pipeline / Code Format (push) Has been cancelled
CI/CD Pipeline / Clippy Lints (push) Has been cancelled
CI/CD Pipeline / Unit Tests (push) Has been cancelled
CI/CD Pipeline / Security Audit (push) Has been cancelled
CI/CD Pipeline / Build Debian Package (push) Has been cancelled
CI/CD Pipeline / Build RPM Package (push) Has been cancelled
CI/CD Pipeline / Build Alpine Package (push) Has been cancelled
CI/CD Pipeline / Build Arch Package (push) Has been cancelled
CI/CD Pipeline / Create Release (push) Has been cancelled

This commit is contained in:
2026-04-12 16:49:07 +00:00
parent 199f09ae32
commit 573917ffdf
4 changed files with 1 additions and 2 deletions

Binary file not shown.

View File

@ -1 +1 @@
79624d8726f0d5ea6c244d5c5ca540c302840c4d5285a5fb9806636b6caca299
9534f44d1be42ef69ace79bccd6dfc545c4d15d4e42a681211ab1336b108223d

Binary file not shown.

View File

@ -502,7 +502,6 @@ mod tests {
// Test passes if backend creation doesn't panic
}
#[test]
fn test_package_status_serialization() {
let status = PackageStatus::Installed;