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: EmbarkStudios/cargo-deny
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.8.5
Choose a base ref
...
head repository: EmbarkStudios/cargo-deny
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.8.6
Choose a head ref
  • 6 commits
  • 26 files changed
  • 3 contributors

Commits on Feb 10, 2021

  1. Fixup (#327)

    * Fix detects_unsound test by using failure
    
    Previously the test was using rand_core for the unsound check, but its
    advisory was updated to say the version we were pointed to was actually patched,
    so moved to failure since it also has an unsound issue, but is also
    unmaintained, which should mean the advisory should stay relevant in
    perpetuity.
    
    * Fix clippy lints
    
    * Update cargo to fix weird compilation issue
    
    * Ignore cargo-about for now
    Jake-Shadle authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    ae13015 View commit details
    Browse the repository at this point in the history
  2. Clarify SPDX identifiers (#326)

    * Clarify SPDX identifiers
    
    * Show usage of LicenseRef- in a clarification
    Jake-Shadle authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    88d8029 View commit details
    Browse the repository at this point in the history
  3. Fix typo. (#328)

    nlewycky authored Feb 10, 2021
    Configuration menu
    Copy the full SHA
    a9d824f View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

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

Commits on Feb 17, 2021

  1. Update CHANGELOG

    Jake-Shadle committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    2e1d4e4 View commit details
    Browse the repository at this point in the history
  2. Release 0.8.6

    Jake-Shadle committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    7fdec14 View commit details
    Browse the repository at this point in the history
Loading