You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error[E0282]: type annotations needed for `Box<_>`
--> /build/t-rex-0.15.0-alpha3-vendor.tar.gz/time/src/format_description/parse/mod.rs:83:9
|
83 | let items = format_items
| ^^^^^
...
86 | Ok(items.into())
| ---- type must be known at this point
|
= note: this is an inference error on crate `time` caused by an API change in Rust 1.80.0; update `time` to version `>=0.3.35` by calling `cargo update`
error: could not compile `time` (lib) due to 1 previous error
Steps To Reproduce
Build log
Logs: https://termbin.com/ez03
Additional context
Notify maintainers
CC @NixOS/geospatial
The text was updated successfully, but these errors were encountered: