Skip to content

Commit 9fa72c1

Browse files
committed
Remove old unused cargo-deny license.clarify entry
3cfd7fa (GitoxideLabs#1927) removed `LicenseRef-ring` from the `cargo deny` license allowlist, because we no longer used any `ring` version old enough to involve the old custom license. But the associated entry in the `license.clarify` array that definded `LicenseRef-ring` was not removed, even though it's not needed either given that the license it clarifies is no longer referenced. This cleans that up.
1 parent 71275d1 commit 9fa72c1

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

deny.toml

Lines changed: 0 additions & 9 deletions
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)