Skip to content

Commit 32d3706

Browse files
committed
Reapply "fix(oma-pm)!: capitalize the description in oma info (#395)"
This reverts commit e322d74.
1 parent 53e52f5 commit 32d3706

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oma-pm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "oma-pm"
3-
version = "0.50.0"
3+
version = "0.51.0"
44
edition = "2024"
55
description = "APT package manager API abstraction library"
66
license = "GPL-3.0-or-later"

oma-pm/src/pkginfo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ impl Display for PackageInfo {
220220
}
221221
}
222222

223-
writeln!(f, "description: {}", description)?;
223+
writeln!(f, "Description: {}", description)?;
224224

225225
Ok(())
226226
}

0 commit comments

Comments
 (0)