Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Keats/rust-bcrypt
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.15.0
Choose a base ref
...
head repository: Keats/rust-bcrypt
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.0
Choose a head ref
  • 9 commits
  • 6 files changed
  • 6 contributors

Commits on Jul 9, 2023

  1. Replace unmaintained actions-rs/* actions in CI workflows (#81)

    Basically all of the `actions-rs/*` actions are unmaintained. See
    <actions-rs/toolchain#216> for more
    information. Due to their age they generate several warnings in
    CI runs.
    
    To get rid of those warnings the occurrences of
    `actions-rs/toolchain` are replaced by `dtolnay/rust-toolchain`,
    and the occurrences of `actions-rs/cargo` are replaced by direct
    invocations of `cargo`.
    striezel authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    87fc59e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. Upgrade base64 to 0.22

    alex authored and Keats committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    cc34991 View commit details
    Browse the repository at this point in the history
  2. Raise the MSRV to 1.60.0

    alex authored and Keats committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    ca0cb64 View commit details
    Browse the repository at this point in the history
  3. Ready for release

    Keats committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    b05e4f6 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    5cb58ce View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    9c9e138 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

  1. Use feature "error_on_truncation" to send error on truncation (#89)

    * Use feature "error_on_truncation" to send error on truncation
    
    * Added documentation
    
    * Mentioned most implementations truncate by default; one should enable error_on_truncation after careful consideration
    
    * Revert error_on_truncation feature
    
    * Users can choose to enforce truncation using non_truncating_* implementations
    
    * verify and non_truncating_verify both call _verify, only with different value for err_on_truncation
    xuganyu96 authored Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1cdfc22 View commit details
    Browse the repository at this point in the history
  2. Add more docs + bump version

    Keats committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    378f356 View commit details
    Browse the repository at this point in the history
  3. Update msrv

    Keats committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    c905948 View commit details
    Browse the repository at this point in the history
Loading