rustyhorde / vergen

Generate cargo instructions at compile time in build scripts for use with the env! or option_env! macros
Apache License 2.0
384 stars 57 forks source link

Bump time to avoid issues with nightly builds #347

Closed oscargus closed 2 months ago

oscargus commented 4 months ago

Rust 1.80 gives an error with time 0.3.34, so updating to the latest (where the issue is fixed). See, e.g., https://github.com/time-rs/time/issues/681

(Maybe one should use workspace dependencies?)

CraZySacX commented 2 months ago

I've bumped time to 0.3.36 in the latest release. I'm going to close this as there were some other issues with the pipeline at the time. Let me know if you are still having issues.