zeroclaw/.cargo
Argenis 29c240a16f
fix: normalize 5-field cron weekday numbers to standard crontab semantics (#4082)
* fix: normalize 5-field cron weekday numbers to match standard crontab

The cron crate uses 1=Sun,2=Mon,...,7=Sat while standard crontab uses
0/7=Sun,1=Mon,...,6=Sat. This caused '1-5' to mean Sun-Thu instead of
Mon-Fri. Add a normalization step when converting 5-field expressions
to 6-field so user-facing semantics match standard crontab behavior.

Closes #4049

* chore: ignore RUSTSEC-2024-0384 (unmaintained instant crate via nostr)
2026-03-24 15:30:38 +03:00
..
audit.toml fix: normalize 5-field cron weekday numbers to standard crontab semantics (#4082) 2026-03-24 15:30:38 +03:00
config.toml feat(release): add Android target support (armv7 + aarch64) (#1456) 2026-02-23 08:05:44 -05:00