Skip to content

Commit 7a483f9

Browse files
authored
Rerun 0.21 (#16)
1 parent 145f3c2 commit 7a483f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ endif()
1010

1111
# Rerun:
1212
include(FetchContent)
13-
FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.19.0/rerun_cpp_sdk.zip)
13+
FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.21.0/rerun_cpp_sdk.zip)
1414
FetchContent_MakeAvailable(rerun_sdk)
1515

1616
# VRS:

README.md

+2-2
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.19.0`
33-
* Via pip: `pip install rerun-sdk==0.19.0`
32+
* Via cargo: `cargo install rerun-cli@0.21.0`
33+
* Via pip: `pip install rerun-sdk==0.21.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)