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: RustCrypto/utils
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: zeroize-v1.8.1
Choose a base ref
...
head repository: RustCrypto/utils
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: zeroize-v1.8.2
Choose a head ref
  • 5 commits
  • 12 files changed
  • 3 contributors

Commits on May 25, 2024

  1. zeroize: fix homepage/repository in Cargo.toml (#1076)

    Also fixes it for `zeroize_derive`.
    
    Now:
    - `repository` points to a valid git repository: the `utils` repo
    - `homepage` points to the GitHub URL for the crate's subdirectory
    tarcieri authored May 25, 2024
    Configuration menu
    Copy the full SHA
    3db6690 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. cargo: point repository metadata to clonable URLs (#1079)

    This tweaks the `repository` fields in Cargo metadata in order to use the correct (i.e. git clonable) URL.
    The existing GitHub webUI URLs for each package have been retained and moved to `homepage` fields.
    lucab authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    b15cc6c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

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

Commits on Sep 29, 2025

  1. Switch from doc_auto_cfg to doc_cfg (#1228)

    `doc_auto_cfg` was recently removed from rustc. See
    RustCrypto/traits#2028.
    
    `doc_cfg` is also now automatic.
    tarcieri committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    3940ccb View commit details
    Browse the repository at this point in the history
  2. zeroize v1.8.2 (#1229)

    tarcieri committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    c100874 View commit details
    Browse the repository at this point in the history
Loading