From 11c991de7cf8df7f835be5dc1e98b750181ee9d5 Mon Sep 17 00:00:00 2001 From: AkiyukiOkayasu Date: Sun, 21 Jan 2024 15:05:22 +0900 Subject: [PATCH] Update form to 0.11.1 --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 63c80e7ff..25a6a1984 100755 --- a/update.sh +++ b/update.sh @@ -6,7 +6,7 @@ SVDTOOLS="${SVDTOOLS:-svdtools}" set -ex cargo install --version 0.29.0 svd2rust -cargo install --version 0.10.0 form +cargo install --version 0.11.1 form rustup component add rustfmt if [ "$SVDTOOLS" == "svdtools" ]; then cargo install --version 0.3.1 svdtools