Skip to content

Commit 268148d

Browse files
committed
Update to Rerun 0.24.0
1 parent e5005c0 commit 268148d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif()
1313

1414
# Rerun:
1515
include(FetchContent)
16-
FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.23.0/rerun_cpp_sdk.zip)
16+
FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.24.0/rerun_cpp_sdk.zip)
1717
FetchContent_MakeAvailable(rerun_sdk)
1818

1919
# VRS:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ If you choose not to use pixi, you will need to install a few things yourself be
2929
The Rerun C++ SDK works by connecting to an awaiting Rerun Viewer over TCP.
3030

3131
If you need to install the viewer, follow the [installation guide](https://www.rerun.io/docs/getting-started/installing-viewer). Two of the more common ways to install the Rerun Viewer are:
32-
* Via cargo: `cargo install rerun-cli@0.23.0 --locked`
33-
* Via pip: `pip install rerun-sdk==0.23.0`
32+
* Via cargo: `cargo install rerun-cli@0.24.0 --locked`
33+
* Via pip: `pip install rerun-sdk==0.24.0`
3434

3535
After you have installed it, you should be able to type `rerun` in your terminal to start the viewer.
3636

0 commit comments

Comments
 (0)