Actions
Task #7131
closedTask #7130: rust: dependency "time" fails to build on Rust nightly
rust: dependency "time" fails to build on Rust nightly (7.0.x backport)
Updated by Jason Ish 10 months ago
This appears not to be an issue for 7.0.
Suricata 7.0 depends on time "=0.3.13" which compiles fine with latest Rust and Rust nightly. "=0.3.20" which was used in git master did not compile. So as long as we keep time pinned to "=0.3.13", nothing should be needed at this time.
Actions