Skip to content

Commit c7ea834

Browse files
authored
Merge pull request #1956 from EliahKagan/deny-cleanup
Remove old unused cargo-deny `license.clarify` entry
2 parents 71275d1 + 9fa72c1 commit c7ea834

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

deny.toml

-9
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,3 @@ deny = [
5050
# end range due to https://github.com/serde-rs/serde/pull/2590
5151
{ name = "serde_derive", version = ">1.0.171, <1.0.185" },
5252
]
53-
54-
55-
[[licenses.clarify]]
56-
name = "ring"
57-
expression = "LicenseRef-ring"
58-
license-files = [
59-
{ path = "LICENSE", hash = 0xbd0eed23 },
60-
]
61-

0 commit comments

Comments
 (0)