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<_>`
--> /wrkdirs/usr/ports/misc/oatmeal/work/oatmeal-0.13.0/cargo-crates/time-0.3.30/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`
Version: 0.13.0
rust-1.83.0
FreeBSD 14.1
The text was updated successfully, but these errors were encountered:
cargo add time
cargo build --release
DO NOT RUN "cargo update" or you will have to re-do everything.
P.s. i have disabled a # fix for cargo-about -- as it looks like for macos only.
cargo install oatmeal / cargo install oatmeal --locked DO NOT WORK.
Just now installed on FreeBSD 14.2-RELEASE also have oatmeal installed on FreeBSD 14.1-RELEASE on 1st of September 2024.
Version: 0.13.0
rust-1.83.0
FreeBSD 14.1
The text was updated successfully, but these errors were encountered: