File tree Expand file tree Collapse file tree 8 files changed +123
-115
lines changed Expand file tree Collapse file tree 8 files changed +123
-115
lines changed Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-latest
11
11
steps :
12
12
- name : Checkout sources
13
- uses : actions/checkout@v3
13
+ uses : actions/checkout@v4
14
14
15
15
- name : Changelog updated
16
16
uses : Zomzog/changelog-checker@v1.3.0
Original file line number Diff line number Diff line change 24
24
TARGET : [x86_64-unknown-linux-gnu, x86_64-apple-darwin, x86_64-pc-windows-msvc]
25
25
26
26
steps :
27
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
28
28
29
29
- uses : dtolnay/rust-toolchain@master
30
30
with :
87
87
- { rust: nightly, vendor: Espressif, options: "" }
88
88
89
89
steps :
90
- - uses : actions/checkout@v3
90
+ - uses : actions/checkout@v4
91
91
92
92
- uses : dtolnay/rust-toolchain@master
93
93
with :
@@ -111,7 +111,7 @@ jobs:
111
111
runs-on : ubuntu-latest
112
112
needs : [check]
113
113
steps :
114
- - uses : actions/checkout@v3
114
+ - uses : actions/checkout@v4
115
115
116
116
- uses : dtolnay/rust-toolchain@master
117
117
with :
@@ -134,7 +134,7 @@ jobs:
134
134
ci-serde :
135
135
runs-on : ubuntu-latest
136
136
steps :
137
- - uses : actions/checkout@v3
137
+ - uses : actions/checkout@v4
138
138
139
139
- uses : dtolnay/rust-toolchain@master
140
140
with :
@@ -159,7 +159,7 @@ jobs:
159
159
name : Rustfmt
160
160
runs-on : ubuntu-latest
161
161
steps :
162
- - uses : actions/checkout@v3
162
+ - uses : actions/checkout@v4
163
163
164
164
- uses : dtolnay/rust-toolchain@master
165
165
with :
Original file line number Diff line number Diff line change 29
29
suffix : " .exe"
30
30
runs-on : ${{ matrix.os }}
31
31
steps :
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v4
33
33
- uses : dtolnay/rust-toolchain@master
34
34
with :
35
35
toolchain : stable
62
62
runs-on : ubuntu-latest
63
63
needs : [build]
64
64
steps :
65
- - uses : actions/checkout@v3
65
+ - uses : actions/checkout@v4
66
66
- uses : actions/download-artifact@v3
67
67
with :
68
68
path : artifacts
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v0.30.1] - 2023-10-01
11
+
12
+ - Fix clippy lints on ` nightly `
10
13
- Bump MSRV to 1.70
11
14
- Fix ` derivedFrom ` on field
12
15
@@ -807,7 +810,8 @@ peripheral.register.write(|w| w.field().set());
807
810
808
811
- Initial version of the ` svd2rust ` tool
809
812
810
- [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.30.0...HEAD
813
+ [ Unreleased ] : https://github.com/rust-embedded/svd2rust/compare/v0.30.1...HEAD
814
+ [ v0.30.1 ] : https://github.com/rust-embedded/svd2rust/compare/v0.30.0...v0.30.1
811
815
[ v0.30.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.29.0...v0.30.0
812
816
[ v0.29.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.28.0...v0.29.0
813
817
[ v0.28.0 ] : https://github.com/rust-embedded/svd2rust/compare/v0.27.2...v0.28.0
You can’t perform that action at this time.
0 commit comments