diff --git a/crates/re_types/definitions/rerun/archetypes/points2d.fbs b/crates/re_types/definitions/rerun/archetypes/points2d.fbs index 10d5c3361ca5..746a179965d5 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 6ce8feb90a21..ef1ec95884cf 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. -7144304fc34dcef2beba2b7d4ba42c9871a1cf398e0311dc61cf0023961963fc \ No newline at end of file +60589fcdab4f3d8c0ba7e0efb771ee83e283c7db6310a68c81b33c7d593b7dc3 \ No newline at end of file