-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump MSRV to 1.81 #768
Comments
This is REALLY tempting, but we might want to give a bit more time to crate users to update their Rust. I'm leaving this open while we consider it. Thanks for pointing these out! |
Providing the full context:
|
Thanks - I guess we better wait until 1.84 at least. It seems sensible to follow RustCrypto MSRV so we might already do the first two. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Motivation:
lazy_static!
in favor ofstd::sync::LazyLock
{integer}::div_ceil
frost/frost-core/src/scalar_mul.rs
Line 28 in ca33dad
core::error::Error
and remove thethiserror-nostd-notrait
dependency in favor ofthiserror
: Allow disabling std dependency on 1.81+ dtolnay/thiserror#373The text was updated successfully, but these errors were encountered: