Skip to content

Commit

Permalink
Update svdtools to 0.3.12
Browse files Browse the repository at this point in the history
Not 0.3.13 because of rust-embedded/svdtools#224
  • Loading branch information
jannic committed Apr 2, 2024
1 parent 9a92f31 commit c988333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cargo install --version 0.33.0 svd2rust
cargo install --version 0.11.1 form
rustup component add rustfmt
if [ "$SVDTOOLS" == "svdtools" ]; then
cargo install --version 0.3.9 svdtools
cargo install --version 0.3.12 svdtools
else
python3 -mvenv --clear .venv
source .venv/bin/activate
Expand Down

0 comments on commit c988333

Please sign in to comment.