You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make age-plugin-yubikey build with rust 1.80.0 the time crate needs to be updated, and probably several other dependencies as well. Do you think it's possible to bump the dependencies and put the result through CI to see if there's any fallout?
The text was updated successfully, but these errors were encountered:
rust-lang/rust#125319 (comment) implies that time 0.3.36 or later is required for the fix (in testing I only needed time 0.3.35). time 0.3.24 bumped its MSRV to 1.67, which means in order to fix compilation with Rust 1.80, I'm also forced to bump MSRV of this crate to 1.67.
Environment
What were you trying to do
Building with Rust 1.80.0
What happened
To make age-plugin-yubikey build with rust 1.80.0 the time crate needs to be updated, and probably several other dependencies as well. Do you think it's possible to bump the dependencies and put the result through CI to see if there's any fallout?
The text was updated successfully, but these errors were encountered: