mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 14:18:04 +08:00
Avoid cargo-about failures by disabling failing API (#1653)
This commit is contained in:
@@ -14,9 +14,11 @@ accepted = [
|
||||
"Unicode-DFS-2016",
|
||||
"Zlib",
|
||||
]
|
||||
workarounds = ["ring"]
|
||||
ignore-build-dependencies = true
|
||||
ignore-dev-dependencies = true
|
||||
workarounds = ["ring"]
|
||||
# Clearly Defined's API would occasionally (every few months) return errors for at least a full day (maybe some weird rate limiting?), but we can just disable to perform local checking (see #1653)
|
||||
no-clearly-defined = true
|
||||
|
||||
# https://raw.githubusercontent.com/briansmith/webpki/main/LICENSE
|
||||
# is the ISC license but test code within the repo is BSD-3-Clause, but is not compiled into the crate when we use it
|
||||
|
||||
Reference in New Issue
Block a user