Skip to content

Commit 5adb84d

Browse files
committed
Use dep: from 1.60
1 parent c4e8afe commit 5adb84d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
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

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ name = "svd2rust"
2525
repository = "https://github.com/rust-embedded/svd2rust/"
2626
version = "0.24.0"
2727
readme = "README.md"
28+
rust-version = "1.60"
2829

2930
[package.metadata.deb]
3031
section = "rust"
@@ -37,7 +38,7 @@ required-features = ["bin"]
3738

3839
[features]
3940
default = ["bin"]
40-
bin = ["clap", "clap_conf", "env_logger"]
41+
bin = ["dep:clap", "dep:clap_conf", "dep:env_logger"]
4142

4243
[dependencies]
4344
cast = "0.3"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)