From 7b7e5994b7a39853358361d2192600ebd2c5d11f Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Thu, 7 Mar 2024 01:13:36 -0800 Subject: [PATCH] Avoid cargo-about failures by disabling failing API (#1653) --- about.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/about.toml b/about.toml index b5a1348e..33999740 100644 --- a/about.toml +++ b/about.toml @@ -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