Commit a89d055
Upgrade rerun SDK minimum version to >=0.29.0 (#1037)
Summary:
Upgrade the rerun SDK minimum version for the `rerun-latest` feature from `>=0.28.0,<0.29` to `>=0.29.0` (open-ended).
## Changes
- **pixi.toml**: Updated `rerun-latest` feature dependencies to `>=0.29.0`
- **rerun_compat.h**: Updated documentation to reflect new minimum versions
- **pixi.lock**: Regenerated with `rerun-sdk 0.29.2`
## Rationale
- Proactively support newer rerun versions (0.29.x, 0.30.x, etc.) without manual updates
- The C++ compatibility layer (`rerun_compat.h`) already handles API differences via preprocessor guards
- No breaking API changes between 0.28.x and 0.29.x that affect this codebase
- The `rerun-legacy` feature remains at 0.23.x for internal BUCK build compatibility
## Testing
- `pixi run config`: CMake configuration successful ✅
- `pixi run build`: All 348 targets compiled ✅
- `pixi run test`: All 19 tests passed ✅
Similar to: #933
Pull Request resolved: #1037
Reviewed By: cstollmeta
Differential Revision: D93285834
Pulled By: jeongseok-meta
fbshipit-source-id: 62ca701eedfe12dedbf5bcc820b96040b265f2281 parent 0dffb86 commit a89d055
3 files changed
+195
-192
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
20 | 24 | | |
21 | 25 | | |
22 | 26 | | |
| 27 | + | |
23 | 28 | | |
24 | 29 | | |
25 | 30 | | |
| |||
0 commit comments