Skip to content

Commit 7a71cce

Browse files
committed
bump msrv to 1.61
1 parent 8db90ed commit 7a71cce

File tree

10 files changed

+11
-10
lines changed

10 files changed

+11
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- rust: nightly
3030
experimental: true
3131
# MSRV
32-
- rust: 1.60.0
32+
- rust: 1.61.0
3333
name: "MSRV"
3434
steps:
3535
- name: Checkout repository

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.58.0 and up. It *might*
13+
This crate is guaranteed to compile on stable Rust 1.61.0 and up. It *might*
1414
compile with older versions but that may change in any new patch release.
1515

1616
## License

svd-encoder/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ license = "MIT OR Apache-2.0"
77
name = "svd-encoder"
88
repository = "https://github.com/rust-embedded/svd"
99
edition = "2021"
10-
rust-version = "1.58.0"
10+
rust-version = "1.61.0"
1111
version = "0.14.4"
1212
readme = "README.md"
1313

1414
[dependencies]
1515
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" }
1717
thiserror = "1.0.31"
1818

1919
[dependencies.xmltree]

svd-encoder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.58.0 and up. It *might*
16+
This crate is guaranteed to compile on stable Rust 1.61.0 and up. It *might*
1717
compile with older versions but that may change in any new patch release.
1818

1919
## License

svd-parser/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
## [v0.14.5] - 2024-01-03
1111

12-
- Bump MSRV to 1.60.0
12+
- Bump MSRV to 1.61.0
1313
- Bump svd-rs to 0.14.7, roxmltree to 0.19
1414

1515
## [v0.14.4] - 2023-11-15

svd-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ license = "MIT OR Apache-2.0"
1010
name = "svd-parser"
1111
repository = "https://github.com/rust-embedded/svd"
1212
edition = "2021"
13-
rust-version = "1.60.0"
13+
rust-version = "1.61.0"
1414
version = "0.14.5"
1515
readme = "README.md"
1616

svd-parser/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.58.0 and up. It *might*
16+
This crate is guaranteed to compile on stable Rust 1.61.0 and up. It *might*
1717
compile with older versions but that may change in any new patch release.
1818

1919
## License

svd-rs/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
## [v0.14.7] - 2024-01-03
1111

12+
- Bump MSRV to 1.61.0
1213
- use close range in `EnumeratedValue` error message
1314

1415
## [v0.14.6] - 2023-11-29

svd-rs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
name = "svd-rs"
1010
repository = "https://github.com/rust-embedded/svd"
1111
edition = "2021"
12-
rust-version = "1.58.0"
12+
rust-version = "1.61.0"
1313
version = "0.14.7"
1414
readme = "README.md"
1515

svd-rs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.60.0 and up. It *might*
16+
This crate is guaranteed to compile on stable Rust 1.61.0 and up. It *might*
1717
compile with older versions but that may change in any new patch release.
1818

1919
## License

0 commit comments

Comments
 (0)