File tree Expand file tree Collapse file tree 11 files changed +15
-11
lines changed Expand file tree Collapse file tree 11 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ delete_merged_branches = true
3
3
required_approvals = 1
4
4
timeout_sec = 14400
5
5
status = [
6
- " build (1.56 .0)" ,
6
+ " build (1.58 .0)" ,
7
7
" build (stable)" ,
8
8
" test" ,
9
9
" test-strict" ,
Original file line number Diff line number Diff line change 12
12
continue-on-error : ${{ matrix.experimental || false }}
13
13
strategy :
14
14
matrix :
15
- rust : [ 1.56 .0, stable ]
15
+ rust : [ 1.58 .0, stable ]
16
16
include :
17
17
# Test nightly but don't fail the build.
18
18
- rust : nightly
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ It consists of:
10
10
11
11
## Minimum Supported Rust Version (MSRV)
12
12
13
- This crate is guaranteed to compile on stable Rust 1.56 .0 and up. It * might*
13
+ This crate is guaranteed to compile on stable Rust 1.58 .0 and up. It * might*
14
14
compile with older versions but that may change in any new patch release.
15
15
16
16
## License
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
7
7
name = " svd-encoder"
8
8
repository = " https://github.com/rust-embedded/svd"
9
9
edition = " 2021"
10
- rust-version = " 1.56 .0"
10
+ rust-version = " 1.58 .0"
11
11
version = " 0.14.3"
12
12
readme = " README.md"
13
13
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This project is developed and maintained by the [Tools team][team].
13
13
14
14
## Minimum Supported Rust Version (MSRV)
15
15
16
- This crate is guaranteed to compile on stable Rust 1.56 .0 and up. It * might*
16
+ This crate is guaranteed to compile on stable Rust 1.58 .0 and up. It * might*
17
17
compile with older versions but that may change in any new patch release.
18
18
19
19
## License
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## Unreleased
9
9
10
+ - Bump MSRV to 1.58.0
11
+
10
12
## [ v0.14.1] - 2022-10-23
11
13
12
14
- Update to ` svd-rs ` 0.14.1
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
10
10
name = " svd-parser"
11
11
repository = " https://github.com/rust-embedded/svd"
12
12
edition = " 2021"
13
- rust-version = " 1.56 .0"
13
+ rust-version = " 1.58 .0"
14
14
version = " 0.14.1"
15
15
readme = " README.md"
16
16
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ This project is developed and maintained by the [Tools team][team].
13
13
14
14
## Minimum Supported Rust Version (MSRV)
15
15
16
- This crate is guaranteed to compile on stable Rust 1.56 .0 and up. It * might*
16
+ This crate is guaranteed to compile on stable Rust 1.58 .0 and up. It * might*
17
17
compile with older versions but that may change in any new patch release.
18
18
19
19
## License
Original file line number Diff line number Diff line change @@ -7,14 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## Unreleased
9
9
10
+ - Bump MSRV to 1.58.0
11
+
10
12
## [ v0.14.2] - 2023-04-04
11
13
12
14
- Add support of ` a-Z ` for ` dimIndex `
13
15
- Add ` name ` , ` description ` , ` address_offset ` for ` RegisterCluster `
14
16
15
17
## [ v0.14.1] - 2022-10-23
16
18
17
- - (De)serialize ` dimIndex ` (from)to string
19
+ - (De)serialize ` dimIndex ` (from)to string
18
20
19
21
## [ v0.14.0] - 2022-07-19
20
22
@@ -63,7 +65,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
63
65
` header_struct_name ` to ` PeripheralInfo ` , ` alternate_cluster ` to ` ClusterInfo `
64
66
- Add ` protection ` to ` RegisterProperties ` and ` AddressBlock `
65
67
- Add ` readAction ` to ` RegisterInfo ` and ` FieldInfo `
66
- - Add ` single ` and ` array ` for ` Info ` types,
68
+ - Add ` single ` and ` array ` for ` Info ` types,
67
69
` is_single ` and ` is_array ` for ` Peripheral ` , ` Cluster ` , ` Register ` and ` Field `
68
70
- Add array support for peripherals
69
71
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
9
9
name = " svd-rs"
10
10
repository = " https://github.com/rust-embedded/svd"
11
11
edition = " 2021"
12
- rust-version = " 1.56 .0"
12
+ rust-version = " 1.58 .0"
13
13
version = " 0.14.2"
14
14
readme = " README.md"
15
15
You can’t perform that action at this time.
0 commit comments