mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-30 01:51:09 +02:00
this solves a compiling issue with Rust 1.80 (because of the 'time' dependency). ``` error[E0282]: type annotations needed for `Box<_>` ``` Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>