Skip to content

Commit 007d11a

Browse files
committed
set MSRV 1.62 in Cargo.toml
this was forgotten in the previous MSRV bump.
1 parent 5b4099d commit 007d11a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

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

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

0 commit comments

Comments
 (0)