1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-04-25 13:57:45 +00:00

Add criterion exception to cargo deny

This commit is contained in:
Joshua Goins 2022-10-17 19:28:52 -04:00
parent a9fa6d714a
commit cb525a1bb8

View file

@ -20,6 +20,10 @@ confidence-threshold = 0.8
multiple-versions = "deny" multiple-versions = "deny"
wildcards = "warn" wildcards = "warn"
highlight = "all" highlight = "all"
skip = [
# currently ciborium dep from criterion is still dependent on half v1 for some reason. since this is dev dependency, i don't care :-)
{ name = "half", version = "=1.8.2"}
]
[sources] [sources]
unknown-registry = "deny" unknown-registry = "deny"