diff --git a/CMakeLists.txt b/CMakeLists.txt index 661a72f..621ed76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ endif() # Rerun: include(FetchContent) -FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.16.0/rerun_cpp_sdk.zip) +FetchContent_Declare(rerun_sdk URL https://github.com/rerun-io/rerun/releases/download/0.17.0/rerun_cpp_sdk.zip) FetchContent_MakeAvailable(rerun_sdk) # VRS: diff --git a/README.md b/README.md index 4f4aeef..4c85356 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ If you choose not to use pixi, you will need to install a few things yourself be The Rerun C++ SDK works by connecting to an awaiting Rerun Viewer over TCP. 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: -* Via cargo: `cargo install rerun-cli@0.16.0` -* Via pip: `pip install rerun-sdk==0.16.0` +* Via cargo: `cargo install rerun-cli@0.17.0` +* Via pip: `pip install rerun-sdk==0.17.0` After you have installed it, you should be able to type `rerun` in your terminal to start the viewer.