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 6969 options : all
7070 include :
7171 # Test MSRV
72- - rust : 1.51 .0
72+ - rust : 1.60 .0
7373 vendor : Nordic
7474
7575 # 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"
2525repository = " https://github.com/rust-embedded/svd2rust/"
2626version = " 0.24.0"
2727readme = " README.md"
28+ rust-version = " 1.60"
2829
2930[package .metadata .deb ]
3031section = " rust"
@@ -37,7 +38,7 @@ required-features = ["bin"]
3738
3839[features ]
3940default = [" bin" ]
40- bin = [" clap" , " clap_conf" , " env_logger" ]
41+ bin = [" dep: clap" , " dep: clap_conf" , " dep: env_logger" ]
4142
4243[dependencies ]
4344cast = " 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].
1313
1414## Minimum Supported Rust Version (MSRV)
1515
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.
1717
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.
1919
2020# Testing Locally
2121
You can’t perform that action at this time.
0 commit comments