File tree Expand file tree Collapse file tree 11 files changed +16
-9
lines changed Expand file tree Collapse file tree 11 files changed +16
-9
lines changed Original file line number Diff line number Diff line change 2929 - rust : nightly
3030 experimental : true
3131 # MSRV
32- - rust : 1.61 .0
32+ - rust : 1.65 .0
3333 name : " MSRV"
3434 steps :
3535 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ It consists of:
1010
1111## Minimum Supported Rust Version (MSRV)
1212
13- This crate is guaranteed to compile on stable Rust 1.61 .0 and up. It * might*
13+ This crate is guaranteed to compile on stable Rust 1.65 .0 and up. It * might*
1414compile with older versions but that may change in any new patch release.
1515
1616## 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/).
77
88## Unreleased
99
10+ - Bump MSRV to 1.65.0
11+
1012## [ v0.14.3] - 2023-11-15
1113
1214- Bump ` svd-rs ` to 0.14.4
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
77name = " svd-encoder"
88repository = " https://github.com/rust-embedded/svd"
99edition = " 2021"
10- rust-version = " 1.61 .0"
10+ rust-version = " 1.65 .0"
1111version = " 0.14.4"
1212readme = " README.md"
1313
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].
1313
1414## Minimum Supported Rust Version (MSRV)
1515
16- This crate is guaranteed to compile on stable Rust 1.61 .0 and up. It * might*
16+ This crate is guaranteed to compile on stable Rust 1.65 .0 and up. It * might*
1717compile with older versions but that may change in any new patch release.
1818
1919## 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/).
77
88## Unreleased
99
10+ - Bump MSRV to 1.65.0
11+
1012## [ v0.14.5] - 2024-01-03
1113
1214- Bump MSRV to 1.61.0
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
1010name = " svd-parser"
1111repository = " https://github.com/rust-embedded/svd"
1212edition = " 2021"
13- rust-version = " 1.61 .0"
13+ rust-version = " 1.65 .0"
1414version = " 0.14.5"
1515readme = " README.md"
1616
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].
1313
1414## Minimum Supported Rust Version (MSRV)
1515
16- This crate is guaranteed to compile on stable Rust 1.61 .0 and up. It * might*
16+ This crate is guaranteed to compile on stable Rust 1.65 .0 and up. It * might*
1717compile with older versions but that may change in any new patch release.
1818
1919## License
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77
88## Unreleased
99
10+ - Bump MSRV to 1.65.0
11+ - Bump ` regex ` to 1.10
12+
1013## [ v0.14.7] - 2024-01-03
1114
1215- Bump MSRV to 1.61.0
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99name = " svd-rs"
1010repository = " https://github.com/rust-embedded/svd"
1111edition = " 2021"
12- rust-version = " 1.61 .0"
12+ rust-version = " 1.65 .0"
1313version = " 0.14.7"
1414readme = " README.md"
1515
@@ -20,7 +20,7 @@ derive-from = []
2020thiserror = " 1.0.31"
2121
2222[dependencies .regex ]
23- version = " =1.9.6 "
23+ version = " 1.10 "
2424
2525[dependencies .once_cell ]
2626version = " 1.17.2"
You can’t perform that action at this time.
0 commit comments