ebarnard / rust-plist

A rusty plist parser.
MIT License
71 stars 42 forks source link

Not compatible with Rust 1.80 #147

Closed ReagentX closed 2 months ago

ReagentX commented 2 months ago

This dependency is not compatible with Rust 1.80:

https://github.com/ebarnard/rust-plist/blob/a4581309e6251dd7fbc8742444df00a793498f8e/Cargo.toml#L20

See:

https://github.com/time-rs/time/issues/693

ReagentX commented 2 months ago

I am not quite sure why, but when I bump to 1.7.0 it installs time v0.3.36 anyway.

ebarnard commented 2 months ago

That would invalidate the lockfile, so the results would be something like running cargo update.