Skip to content

Bump MSRV to 1.73 #768

Closed
Closed
@StackOverflowExcept1on

Description

@StackOverflowExcept1on

Motivation:

  1. We can get rid of lazy_static! in favor of std::sync::LazyLock
  2. We can use {integer}::div_ceil
    const fn div_ceil(lhs: usize, rhs: usize) -> usize {
  3. Crates from RustCrypto already have pre-releases that require Rust 1.73+ or even Rust 1.81+ in some cases. For example: https://github.com/RustCrypto/elliptic-curves/blob/master/k256/Cargo.toml
  4. Starting with 1.81 we can use core::error::Error and remove the thiserror-nostd-notrait dependency in favor of thiserror: Allow disabling std dependency on 1.81+ dtolnay/thiserror#373

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions