Fix panic on date overflow · Pull Request #71 · ebarnard/rust-plist
It seems to be a version issue?
cargo +stable test passes the tests
cargo +1.40.0 test fails. Not to say that the code isn't wrong, but it's something strange going on. That or caching weirdness?
I develop with nightly so I never spotted that. (I also somewhat forgot about this PR, sorry!).
I'll have a look tonight to see if I can figure out what's going on.