Skip to content

Commit

Permalink
Revert "Ignore derivative in Cargo deny (#3708)"
Browse files Browse the repository at this point in the history
This reverts commit 59ef4df.
  • Loading branch information
qinheping authored Nov 13, 2024
1 parent 80d4451 commit 32fb247
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions deny.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
# Copyright Kani Contributors
# SPDX-License-Identifier: Apache-2.0 OR MIT

[graph]
# derivative is marked as unmaintained by RUSTSEC but still used in
# Charon. We exclude it from the deny check until derivative is replaced
# from Charon (https://github.com/AeneasVerif/charon/pull/459).
exclude = ["derivative"]

# This section is considered when running `cargo deny check advisories`
# More documentation for the advisories section can be found here:
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html
Expand Down

0 comments on commit 32fb247

Please sign in to comment.