File tree Expand file tree Collapse file tree 10 files changed +11
-10
lines changed Expand file tree Collapse file tree 10 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 29
29
- rust : nightly
30
30
experimental : true
31
31
# MSRV
32
- - rust : 1.60 .0
32
+ - rust : 1.61 .0
33
33
name : " MSRV"
34
34
steps :
35
35
- name : Checkout repository
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.58 .0 and up. It * might*
13
+ This crate is guaranteed to compile on stable Rust 1.61 .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,13 +7,13 @@ 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.58 .0"
10
+ rust-version = " 1.61 .0"
11
11
version = " 0.14.4"
12
12
readme = " README.md"
13
13
14
14
[dependencies ]
15
15
convert_case = " 0.6.0"
16
- svd-rs = { version = " 0.14.4 " , path = " ../svd-rs" }
16
+ svd-rs = { version = " 0.14.7 " , path = " ../svd-rs" }
17
17
thiserror = " 1.0.31"
18
18
19
19
[dependencies .xmltree ]
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.58 .0 and up. It * might*
16
+ This crate is guaranteed to compile on stable Rust 1.61 .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 @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
## [ v0.14.5] - 2024-01-03
11
11
12
- - Bump MSRV to 1.60 .0
12
+ - Bump MSRV to 1.61 .0
13
13
- Bump svd-rs to 0.14.7, roxmltree to 0.19
14
14
15
15
## [ v0.14.4] - 2023-11-15
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.60 .0"
13
+ rust-version = " 1.61 .0"
14
14
version = " 0.14.5"
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.58 .0 and up. It * might*
16
+ This crate is guaranteed to compile on stable Rust 1.61 .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 @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
9
10
10
## [ v0.14.7] - 2024-01-03
11
11
12
+ - Bump MSRV to 1.61.0
12
13
- use close range in ` EnumeratedValue ` error message
13
14
14
15
## [ v0.14.6] - 2023-11-29
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.58 .0"
12
+ rust-version = " 1.61 .0"
13
13
version = " 0.14.7"
14
14
readme = " README.md"
15
15
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.60 .0 and up. It * might*
16
+ This crate is guaranteed to compile on stable Rust 1.61 .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
You can’t perform that action at this time.
0 commit comments