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:
parent
a9fa6d714a
commit
cb525a1bb8
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ confidence-threshold = 0.8
|
|||
multiple-versions = "deny"
|
||||
wildcards = "warn"
|
||||
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]
|
||||
unknown-registry = "deny"
|
||||
|
|
Loading…
Add table
Reference in a new issue