File tree Expand file tree Collapse file tree 6 files changed +129
-191
lines changed
Expand file tree Collapse file tree 6 files changed +129
-191
lines changed Original file line number Diff line number Diff line change 3232 target : ${{ matrix.TARGET }}
3333
3434 - name : Cache Dependencies
35- uses : Swatinem/rust-cache@v1
35+ uses : Swatinem/rust-cache@v2
3636 with :
3737 key : ${{ matrix.TARGET }}
3838
9090 override : true
9191
9292 - name : Cache
93- uses : Swatinem/rust-cache@v1
93+ uses : Swatinem/rust-cache@v2
9494
9595 - name : Self install
9696 run : |
@@ -116,7 +116,7 @@ jobs:
116116 override : true
117117
118118 - name : Cache
119- uses : Swatinem/rust-cache@v1
119+ uses : Swatinem/rust-cache@v2
120120
121121 - name : Self install
122122 run : |
@@ -141,7 +141,7 @@ jobs:
141141 override : true
142142
143143 - name : Cache
144- uses : Swatinem/rust-cache@v1
144+ uses : Swatinem/rust-cache@v2
145145 with :
146146 key : svdtools-0.2.3
147147
@@ -169,7 +169,7 @@ jobs:
169169 components : rustfmt
170170
171171 - name : Cache Dependencies
172- uses : Swatinem/rust-cache@v1
172+ uses : Swatinem/rust-cache@v2
173173
174174 - uses : actions-rs/cargo@v1
175175 with :
Original file line number Diff line number Diff line change 1515 components : clippy
1616
1717 - name : Cache Dependencies
18- uses : Swatinem/rust-cache@v1
18+ uses : Swatinem/rust-cache@v2
1919
2020 - uses : actions-rs/clippy-check@v1
2121 with :
Original file line number Diff line number Diff line change 3434 target : ${{ matrix.target }}
3535 override : true
3636 - name : Cache Dependencies
37- uses : Swatinem/rust-cache@v1
37+ uses : Swatinem/rust-cache@v2
3838 with :
3939 key : ${{ matrix.target }}
4040 - uses : actions-rs/cargo@v1
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## [ Unreleased]
99
10+ - Refactor ` periperal.rs `
1011- use ` svd_parser::expand::Index ` for derive
1112- Generated enum names now consider ` name ` field in ` enumeratedValues `
1213- Use constant case for structure names; internal rearrangements for
You can’t perform that action at this time.
0 commit comments