Update cargo-check-external-types metadata and .deny.toml

This commit is contained in:
Taiki Endo
2025-09-15 04:55:59 +09:00
parent 72b3cdb0ed
commit 35e7d6bd77
2 changed files with 3 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ targets = ["x86_64-unknown-linux-gnu"]
# The following are external types that are allowed to be exposed in our public API.
allowed_external_types = [
"semver::*",
"serde::*",
"serde_core::*",
]
[lib]