Skip to content

Commit

Permalink
chore(build): Update allowed_external_types to allow classic dependen…
Browse files Browse the repository at this point in the history
…cies to be part of the public API.
  • Loading branch information
lquerel committed Jan 2, 2025
1 parent 0f430a8 commit 78bfb77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/weaver_semconv/allowed-external-types.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
allowed_external_types = [
"serde::ser::Serialize",
"serde::de::Deserialize",
"serde::de::Deserializer",
"weaver_common::*",
"weaver_cache::RegistryRepo",
"ordered_float::OrderedFloat", # ToDo: Remove this dependency before version 1.0
"miette::protocol::Diagnostic",
"schemars::JsonSchema",
Expand Down

0 comments on commit 78bfb77

Please sign in to comment.