Closed kdarkhan closed 6 months ago
This fixes the compilation issue in time crate by upgrading it from 0.3.30 to 0.3.36.
time
Failure example https://github.com/google/mdbook-i18n-helpers/actions/runs/9171277226/job/25215262973.
If less diff is desired, I could update only time by cargo update time but probably we can update all minor versions.
cargo update time
This fixes the compilation issue in
time
crate by upgrading it from 0.3.30 to 0.3.36.Failure example https://github.com/google/mdbook-i18n-helpers/actions/runs/9171277226/job/25215262973.
If less diff is desired, I could update only
time
bycargo update time
but probably we can update all minor versions.