aboutsummaryrefslogtreecommitdiffstats
path: root/servo-tidy.toml
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2023-08-25 09:37:01 +0200
committerGitHub <noreply@github.com>2023-08-25 07:37:01 +0000
commitc0898c3a00878d9ac6a7994a8e2b2ae22d030ef1 (patch)
treeb0d962b91d5d2a53b2aa010b60bf5d88446b3944 /servo-tidy.toml
parent21f426964b751ef198a9773e1daa0da7fc1f7072 (diff)
downloadservo-c0898c3a00878d9ac6a7994a8e2b2ae22d030ef1.tar.gz
servo-c0898c3a00878d9ac6a7994a8e2b2ae22d030ef1.zip
Upgrade tokio and io-lifetimes (#30203)
This also adds a duplication exception for 'hermit-abi', which in practice we never experience since it's platform-dependent.
Diffstat (limited to 'servo-tidy.toml')
-rw-r--r--servo-tidy.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/servo-tidy.toml b/servo-tidy.toml
index 2cc84585022..eab2152824d 100644
--- a/servo-tidy.toml
+++ b/servo-tidy.toml
@@ -36,6 +36,10 @@ packages = [
"wayland-sys",
"bitflags",
+ # This dependency is for "hermit os" which Servo doesn't support.
+ # Theoretically, it's never fetched.
+ "hermit-abi",
+
# Duplicated by rustls and image.
"spin",