This commit is contained in:
JMARyA 2025-06-25 03:07:52 +02:00
parent e5410890c9
commit fe3c2c98d3
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263
2 changed files with 310 additions and 306 deletions

614
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -504,7 +504,7 @@ pub fn build_info(key: String, value: String) -> PreEscaped<String> {
"size" => {
return key_value(
"Size".to_string(),
bytesize::to_string(value.parse().unwrap(), false),
bytesize::ByteSize::b(value.parse().unwrap()).to_string(),
);
}
_ => {