File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 69
69
options : all
70
70
include :
71
71
# Test MSRV
72
- - rust : 1.51 .0
72
+ - rust : 1.60 .0
73
73
vendor : Nordic
74
74
75
75
# Use nightly for architectures which don't support stable
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ name = "svd2rust"
25
25
repository = " https://github.com/rust-embedded/svd2rust/"
26
26
version = " 0.24.0"
27
27
readme = " README.md"
28
+ rust-version = " 1.60"
28
29
29
30
[package .metadata .deb ]
30
31
section = " rust"
@@ -37,7 +38,7 @@ required-features = ["bin"]
37
38
38
39
[features ]
39
40
default = [" bin" ]
40
- bin = [" clap" , " clap_conf" , " env_logger" ]
41
+ bin = [" dep: clap" , " dep: clap_conf" , " dep: env_logger" ]
41
42
42
43
[dependencies ]
43
44
cast = " 0.3"
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ This project is developed and maintained by the [Tools team][team].
13
13
14
14
## Minimum Supported Rust Version (MSRV)
15
15
16
- The ** generated code** is guaranteed to compile on stable Rust 1.51 .0 and up.
16
+ The ** generated code** is guaranteed to compile on stable Rust 1.60 .0 and up.
17
17
18
- If you encounter compilation errors on any stable version newer than 1.51 .0, please open an issue.
18
+ If you encounter compilation errors on any stable version newer than 1.60 .0, please open an issue.
19
19
20
20
# Testing Locally
21
21
You can’t perform that action at this time.
0 commit comments