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
/home/xxx/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.20/src/format_description/parse/mod.rs:83:9
83 | let items = format_items
| ^^^^^
...
86 | Ok(items.into())
| ---- type must be known at this point
help: consider giving `items` an explicit type, where the placeholders `_` are specified
83 | let items: Box<_> = format_items
|
For more information about this error, try `rustc --explain E0282`.
Other issues also show error when using 1.80.0.
I'm using rustc 1.80.1.
Updating `time` should also update other packages too.
Bumping time to v0.3.36 raises the minimum supported Rust version to 1.67.0.
But if you need to support earlier versions, then you might want to switch to chrono.
It supports Rust versions down to 1.61.0.
The text was updated successfully, but these errors were encountered:
Update
time
dependency versionI found a similar issue at time-rs/time#681.
Error out when building dependency
time
.Other issues also show error when using
1.80.0
.I'm using rustc
1.80.1
.Updating `time` should also update other packages too.
Switch to
chrono
01mf02/jaq#199
Bumping
time
tov0.3.36
raises the minimum supported Rust version to1.67.0
.But if you need to support earlier versions, then you might want to switch to
chrono
.It supports Rust versions down to
1.61.0
.The text was updated successfully, but these errors were encountered: