mirror of
https://github.com/Xevion/time-banner.git
synced 2025-12-05 23:16:35 -06:00
chore: update all dependencies to latest
This commit is contained in:
10
build.rs
10
build.rs
@@ -150,12 +150,12 @@ fn generate_timezone_map() -> Result<(), BuildError> {
|
||||
|
||||
match parse_timezone_line(&line)? {
|
||||
Some((abbreviation, offset)) => {
|
||||
builder.entry(abbreviation.clone(), &offset.to_string());
|
||||
builder.entry(abbreviation.clone(), offset.to_string());
|
||||
processed_count += 1;
|
||||
println!(
|
||||
"cargo:warning=Processed timezone: {} -> {} seconds",
|
||||
abbreviation, offset
|
||||
);
|
||||
// println!(
|
||||
// "cargo:warning=Processed timezone: {} -> {} seconds",
|
||||
// abbreviation, offset
|
||||
// );
|
||||
}
|
||||
None => {
|
||||
skipped_count += 1;
|
||||
|
||||
Reference in New Issue
Block a user