diff --git a/crates/re_types/definitions/rerun/archetypes/points2d.fbs b/crates/re_types/definitions/rerun/archetypes/points2d.fbs index 10d5c3361ca52..746a179965d5a 100644 --- a/crates/re_types/definitions/rerun/archetypes/points2d.fbs +++ b/crates/re_types/definitions/rerun/archetypes/points2d.fbs @@ -7,8 +7,9 @@ namespace rerun.archetypes; // --- -// TODO(cmc): archetype IDL definitions must always be tables -// TODO(cmc): archetype IDL definitions must refer to objects of kind component +// TODO(#2371): archetype IDL definitions must always be tables +// TODO(#2372): archetype IDL definitions must refer to objects of kind component +// TODO(#2373): `rerun.attr.component_required` implies `required` /// A 2D point cloud with positions and optional colors, radii, labels, etc. table Points2D ( diff --git a/crates/re_types/source_hash.txt b/crates/re_types/source_hash.txt index ff6a6b19b55e5..1aa6e2e4c00a6 100644 --- a/crates/re_types/source_hash.txt +++ b/crates/re_types/source_hash.txt @@ -1,4 +1,4 @@ # This is a sha256 hash for all direct and indirect dependencies of this crate's build script. # It can be safely removed at anytime to force the build script to run again. # Check out build.rs to see how it's computed. -8ac1ff359bab0648fe3b95d1b8f7b93b344dfd1534f297e3c37d090644e5ea6b \ No newline at end of file +9e7646cf8a789e8f3b8494c5c36cdd636807c0ff56c8d265bbbbcb9a1dfbe044 \ No newline at end of file