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 29
29
- rust : nightly
30
30
experimental : true
31
31
# MSRV
32
- - rust : 1.61 .0
32
+ - rust : 1.65 .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.61 .0 and up. It * might*
13
+ This crate is guaranteed to compile on stable Rust 1.65 .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,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.65.0
11
+
10
12
## [ v0.14.3] - 2023-11-15
11
13
12
14
- 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"
7
7
name = " svd-encoder"
8
8
repository = " https://github.com/rust-embedded/svd"
9
9
edition = " 2021"
10
- rust-version = " 1.61 .0"
10
+ rust-version = " 1.65 .0"
11
11
version = " 0.14.4"
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.61 .0 and up. It * might*
16
+ This crate is guaranteed to compile on stable Rust 1.65 .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.65.0
11
+
10
12
## [ v0.14.5] - 2024-01-03
11
13
12
14
- 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"
10
10
name = " svd-parser"
11
11
repository = " https://github.com/rust-embedded/svd"
12
12
edition = " 2021"
13
- rust-version = " 1.61 .0"
13
+ rust-version = " 1.65 .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.61 .0 and up. It * might*
16
+ This crate is guaranteed to compile on stable Rust 1.65 .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,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
8
8
## Unreleased
9
9
10
+ - Bump MSRV to 1.65.0
11
+ - Bump ` regex ` to 1.10
12
+
10
13
## [ v0.14.7] - 2024-01-03
11
14
12
15
- 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"
9
9
name = " svd-rs"
10
10
repository = " https://github.com/rust-embedded/svd"
11
11
edition = " 2021"
12
- rust-version = " 1.61 .0"
12
+ rust-version = " 1.65 .0"
13
13
version = " 0.14.7"
14
14
readme = " README.md"
15
15
@@ -20,7 +20,7 @@ derive-from = []
20
20
thiserror = " 1.0.31"
21
21
22
22
[dependencies .regex ]
23
- version = " =1.9.6 "
23
+ version = " 1.10 "
24
24
25
25
[dependencies .once_cell ]
26
26
version = " 1.17.2"
You can’t perform that action at this time.
0 commit comments