Skip to content

Commit

Permalink
Fix missing ComponentBatchCow export in public lib (#8515)
Browse files Browse the repository at this point in the history
Title.
  • Loading branch information
teh-cmc authored Dec 17, 2024
1 parent 7a19d10 commit 13b56d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/top/re_sdk/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ pub mod time {
pub use time::{Time, TimePoint, Timeline};

pub use re_types_core::{
Archetype, ArchetypeName, AsComponents, Component, ComponentBatch,
Archetype, ArchetypeName, AsComponents, Component, ComponentBatch, ComponentBatchCow,
ComponentBatchCowWithDescriptor, ComponentDescriptor, ComponentName, DatatypeName,
DeserializationError, DeserializationResult, GenericIndicatorComponent, Loggable,
LoggableBatch, NamedIndicatorComponent, SerializationError, SerializationResult, SizeBytes,
Expand Down

0 comments on commit 13b56d7

Please sign in to comment.