Skip to content

Commit abcc9e1

Browse files
Revert "Ignore derivative in Cargo deny" (#3712)
Reverts #3708 The issue of `derivative` has been fixed in Charon: AeneasVerif/charon#459. Co-authored-by: Zyad Hassan <88045115+zhassan-aws@users.noreply.github.com>
1 parent c0afe20 commit abcc9e1

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

deny.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
# Copyright Kani Contributors
22
# SPDX-License-Identifier: Apache-2.0 OR MIT
33

4-
[graph]
5-
# derivative is marked as unmaintained by RUSTSEC but still used in
6-
# Charon. We exclude it from the deny check until derivative is replaced
7-
# from Charon (https://github.com/AeneasVerif/charon/pull/459).
8-
exclude = ["derivative"]
9-
104
# This section is considered when running `cargo deny check advisories`
115
# More documentation for the advisories section can be found here:
126
# https://embarkstudios.github.io/cargo-deny/checks/advisories/cfg.html

0 commit comments

Comments
 (0)