Skip to content
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

Fix clippy and fmt issues #1039

Commits on Nov 23, 2023

  1. Fix clippy and fmt issues

    iamnotacake committed Nov 23, 2023
    Configuration menu
    Copy the full SHA
    a86c4bb View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

  1. Update MSRV to 1.60

    Due to themis dependency zeroize now requiring rustc 1.60
    iamnotacake committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    733489a View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. Update MSRV in manifests, freeze some deps

    Update required Rust version in manifests of libthemis and libthemis-sys
    
    Freeze some test deps so they compile on Rust 1.60, with no effect on
    themis itself (does not use those frozen crates)
    iamnotacake committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    7a36da9 View commit details
    Browse the repository at this point in the history
  2. Freeze other dev deps of themis tests

    Set exact version for all dev-dependencies of themis.
    Also update few of them, explicitly set versions that were actually used
    after running `cargo update` with build and tests passing.
    iamnotacake committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4022836 View commit details
    Browse the repository at this point in the history