Skip to content

Commit c988333

Browse files
committed
Update svdtools to 0.3.12
Not 0.3.13 because of rust-embedded/svdtools#224
1 parent 9a92f31 commit c988333

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ cargo install --version 0.33.0 svd2rust
99
cargo install --version 0.11.1 form
1010
rustup component add rustfmt
1111
if [ "$SVDTOOLS" == "svdtools" ]; then
12-
cargo install --version 0.3.9 svdtools
12+
cargo install --version 0.3.12 svdtools
1313
else
1414
python3 -mvenv --clear .venv
1515
source .venv/bin/activate

0 commit comments

Comments
 (0)