File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ cargo install cyme
119119Install ` probe-rs ` 0.29.1 pre-compiled binaries on Linux with:
120120
121121``` bash
122- curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/probe-rs/probe-rs/releases/download/v0.29.1 /probe-rs-tools-installer.sh | sh
122+ curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/probe-rs/probe-rs/releases/download/v0.30.0 /probe-rs-tools-installer.sh | sh
123123```
124124
125125---
@@ -195,7 +195,7 @@ cargo install cyme
195195Install ` probe-rs ` 0.29.1 pre-compiled binaries on Windows with:
196196
197197``` bash
198- powershell -c " irm https://github.com/probe-rs/probe-rs/releases/download/v0.29.1 /probe-rs-tools-installer.ps1 | iex"
198+ powershell -c " irm https://github.com/probe-rs/probe-rs/releases/download/v0.30.0 /probe-rs-tools-installer.ps1 | iex"
199199```
200200
201201---
@@ -244,7 +244,7 @@ cargo install cyme
244244Install ` probe-rs ` 0.29.1 pre-compiled binaries on macOS with:
245245
246246``` bash
247- curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/probe-rs/probe-rs/releases/download/v0.29.1 /probe-rs-tools-installer.sh | sh
247+ curl --proto ' =https' --tlsv1.2 -LsSf https://github.com/probe-rs/probe-rs/releases/download/v0.30.0 /probe-rs-tools-installer.sh | sh
248248```
249249
250250---
You can’t perform that action at this time.
0 commit comments