Skip to content

Commit 023a307

Browse files
committed
Update to Rerun 0.24.1
1 parent 07d198e commit 023a307

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.24.0/rerun_cpp_sdk.zip)
16+
FetchContent_Declare(rerun_sdk URL https://build.rerun.io/commit/2c27f0f/rerun_cpp_sdk.zip) # 0.24.1-rc.3
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 [email protected].0 --locked`
33-
* Via pip: `pip install rerun-sdk==0.24.0`
32+
* Via cargo: `cargo install [email protected].1 --locked`
33+
* Via pip: `pip install rerun-sdk==0.24.1`
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)