mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
use the (existing) .cargo/audit.toml to ignore some rust advisories
This commit is contained in:
parent
152db46ce3
commit
bad3b3d700
3 changed files with 1 additions and 1 deletions
|
@ -1,5 +0,0 @@
|
|||
[advisories]
|
||||
ignore = [
|
||||
"RUSTSEC-2020-0159", # segfault in localtime_r - low risk to TC
|
||||
"RUSTSEC-2020-0071", # same localtime_r bug as above
|
||||
]
|
|
@ -1,2 +0,0 @@
|
|||
[alias]
|
||||
xtask = "run --package xtask --"
|
Loading…
Add table
Add a link
Reference in a new issue