Skip to content

Commit d370247

Browse files
committed
define MSRV as 1.60.0
according to [`cargo msrv`][] this is the lowest supported release. [`cargo msrv`]: https://github.com/foresterre/cargo-msrv
1 parent 118244d commit d370247

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "tb6612fng"
33
version = "0.1.0"
44
edition = "2021"
5+
rust-version = "1.60"
56

67
description = "A `no_std` driver for the TB6612FNG motor driver."
78
repository = "https://github.com/rursprung/tb6612fng-rs"

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ See the documentation for usage examples.
2222

2323
## Optional features
2424
* `defmt`: you can enable the [`defmt`](https://defmt.ferrous-systems.com/) feature to get a `defmt::debug!` call for every speed change.
25+
26+
## Minimum Supported Rust Version (MSRV)
27+
This crate is guaranteed to compile on stable Rust 1.60 and up. It *might*
28+
compile with older versions but that may change in any new patch release.

0 commit comments

Comments
 (0)