diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 205886a33..b568d92e5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,7 @@ name: CI env: SVDTOOLS_VERSION: 0.2.1 - SVD2RUST_VERSION: 0.22.1 + SVD2RUST_VERSION: 0.22.2 FORM_VERSION: 0.8.0 on: diff --git a/.github/workflows/nightlies.yaml b/.github/workflows/nightlies.yaml index 2a6e7679d..0c9ebafc6 100644 --- a/.github/workflows/nightlies.yaml +++ b/.github/workflows/nightlies.yaml @@ -2,7 +2,7 @@ name: build nightlies env: SVDTOOLS_VERSION: 0.2.1 - SVD2RUST_VERSION: 0.22.1 + SVD2RUST_VERSION: 0.22.2 FORM_VERSION: 0.8.0 on: diff --git a/CHANGELOG.md b/CHANGELOG.md index 41beab458..fa92055d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## [Unreleased] * Replace python svd tools with rust alternatives -* Updated to svd2rust 0.22 +* Updated to svd2rust 0.22.2 * `SVDTOOLS` env value for specifying patching tool Family-specific: diff --git a/README.md b/README.md index 82730a35e..99fcd35b0 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ contain the latest patches and updates. ## Generating Device Crates / Building Locally -* Install `svd2rust`: `cargo install --version 0.22.1 svd2rust` +* Install `svd2rust`: `cargo install --version 0.22.2 svd2rust` * Install `form`: `cargo install form` * Install rustfmt: `rustup component add rustfmt` * Install svdtools: `pip install --user svdtools` diff --git a/scripts/makecrates.py b/scripts/makecrates.py index 3d7f6763f..694764c33 100644 --- a/scripts/makecrates.py +++ b/scripts/makecrates.py @@ -17,7 +17,7 @@ import yaml VERSION = "0.14.0" -SVD2RUST_VERSION = "0.22.1" +SVD2RUST_VERSION = "0.22.2" CRATE_DOC_FEATURES = { "stm32f0": ["rt", "stm32f0x0", "stm32f0x1", "stm32f0x2", "stm32f0x8"],