We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e2051 commit 0d83135Copy full SHA for 0d83135
RELEASES.md
@@ -96,7 +96,7 @@ Before pushing the release tag:
96
97
After tagging and the CI has published:
98
* [ ] Test the Python packages from PyPI: `pip install rerun_sdk==0.x.0a1`
99
- * [ ] Test rust install version: `cargo install -f rerun@0.x.0-alpha.1 -F web_viewer && rerun --web-viewer api.rrd`
+ * [ ] Test rust install version: `cargo install --force rerun-cli@0.x.0-alpha.1 && rerun --web-viewer api.rrd`
100
* [ ] Test rust crate: Modify Cargo.toml of any example to not point to the workspace
101
* [ ] run with `--serve` to test web player
102
0 commit comments