Skip to content

Commit cc8c0f8

Browse files
committed
Use bleeding-edge svd2rust
A pair of changes (rust-embedded/svd#119, rust-embedded/svd2rust#444) recently went into the `svd2rust` and `svd-parser` crates. Until these changes are part of a release have `update.sh` pull a fork of `svd2rust` that uses the master version of `svd-parser`.
1 parent 656979d commit cc8c0f8

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
@@ -5,7 +5,7 @@ set -xe
55

66
# INSTALL DEPENDENCIES
77

8-
cargo install --force --version 0.17.0 svd2rust
8+
cargo install --force --git https://github.com/gkelly/svd2rust --branch bleeding-edge svd2rust
99
cargo install --force --version 0.7.0 form
1010

1111
python -m pip install -r requirements.txt

0 commit comments

Comments
 (0)