Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify, test, and fix all broken AsComponents<>ComponentBatch interactions from blanket impls #8591

Merged
merged 9 commits into from
Jan 7, 2025
1 change: 1 addition & 0 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6531,6 +6531,7 @@ dependencies = [
"re_tracing",
"re_tuid",
"serde",
"similar-asserts",
"thiserror 1.0.65",
]

Expand Down
1 change: 1 addition & 0 deletions crates/store/re_types_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ serde = { workspace = true, optional = true }

[dev-dependencies]
criterion.workspace = true
similar-asserts.workspace = true

[lib]
bench = false
Expand Down
Loading
Loading