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: open-source-cooperative/keyring-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.6.1
Choose a base ref
...
head repository: open-source-cooperative/keyring-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.6.2
Choose a head ref
  • 15 commits
  • 8 files changed
  • 3 contributors

Commits on Feb 26, 2025

  1. doc(cfg) specify with target_os

    Allowed docs.rs to build for multiple OS.
    The experimental doc_cfg feature is used to tag module for its targeting
    OS.
    unkcpz committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    bb49c91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4602684 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c473d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    254d729 View commit details
    Browse the repository at this point in the history
  5. Add as contributors

    unkcpz committed Feb 26, 2025
    Configuration menu
    Copy the full SHA
    6f16ecb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a994584 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. multi-target toolchain CI

    unkcpz committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    3d8da96 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac2a3b4 View commit details
    Browse the repository at this point in the history
  3. r-brot

    unkcpz committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    a40bd95 View commit details
    Browse the repository at this point in the history
  4. fast-fail test-docsrs-build.sh

    unkcpz committed Feb 28, 2025
    Configuration menu
    Copy the full SHA
    8a5c6dd View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2025

  1. Configuration menu
    Copy the full SHA
    307e575 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09c9c0d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #237 from unkcpz/fix/235/keyring-doc-xplat

    doc: cross-platform with target tags
    
    Fixes #235.
    brotskydotcom authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    f1b7ec1 View commit details
    Browse the repository at this point in the history
  4. Switch to using fastrand for testing.

    This removes the use of the rand crate.
    
    Fixes #236.
    brotskydotcom committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    766c8bc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #238 from brotskydotcom/issue-236

    Switch to using fastrand for testing.
    brotskydotcom authored Mar 1, 2025
    Configuration menu
    Copy the full SHA
    ee3f80d View commit details
    Browse the repository at this point in the history
Loading