Actions
Task #7130
openrust: dependency "time" fails to build on Rust nightly
Effort:
Difficulty:
Label:
Description
The Rust dependency "time" fails to build on Rust nightly, which means it is likely to fail on the next stable version of Rust.
We currently pin "time" to version 0.3.20 to meet our MSRV of 1.63. The latest version of "time" requires Rust 1.67, which is likely fine for master, but will bump the MSRV for which is not suitable for 7.
Recommendation is to set the version using configure
based on the Rust version.
Actions