diff --git a/update.sh b/update.sh index c7d20e168..6c144482d 100755 --- a/update.sh +++ b/update.sh @@ -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