We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 118244d commit d370247Copy full SHA for d370247
Cargo.toml
@@ -2,6 +2,7 @@
2
name = "tb6612fng"
3
version = "0.1.0"
4
edition = "2021"
5
+rust-version = "1.60"
6
7
description = "A `no_std` driver for the TB6612FNG motor driver."
8
repository = "https://github.com/rursprung/tb6612fng-rs"
README.md
@@ -22,3 +22,7 @@ See the documentation for usage examples.
22
23
## Optional features
24
* `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