Drakulix / simplelog.rs

Simple Logging Facility for Rust
https://docs.rs/simplelog/
Apache License 2.0
433 stars 73 forks source link

Error with rust-nightly: type annotations needed for Box<_> #153

Closed philipp8 closed 4 months ago

philipp8 commented 4 months ago

Hey, I've been running into an issue with nightly build:

error[E0282]: type annotations needed for `Box<_>`
--> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.25/src/format_description/parse/mod.rs:83:9
 |
 |     let items = format_items
 |         ^^^^^
 ...

found the issue here: https://github.com/time-rs/time/issues/681

Can we try bumping the version for time-rs?

Drakulix commented 4 months ago

Can we try bumping the version for time-rs?

Sure, PRs welcome.

philipp8 commented 4 months ago

Seems like cargo update fixed it now using Updating time v0.3.25 -> v0.3.36