Skip to content

Commit 689408b

Browse files
committed
Reduce MSRV
1 parent 7414e21 commit 689408b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

embedded-can/Cargo.toml

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

77
description = "HAL traits for Controller Area Network (CAN) devices."
88
categories = ["embedded", "hardware-support", "no-std"]

embedded-hal-nb/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "embedded-hal-nb"
33
version = "1.0.0-rc.1"
44
edition = "2021"
5-
rust-version = "1.60"
5+
rust-version = "1.56"
66

77
categories = ["embedded", "hardware-support", "no-std"]
88
description = "Non-blocking Hardware Abstraction Layer (HAL) for embedded systems using the `nb` crate."

embedded-hal/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = ["asynchronous", "embedded", "hardware-support", "no-std"]
88
description = " A Hardware Abstraction Layer (HAL) for embedded systems "
99
documentation = "https://docs.rs/embedded-hal"
1010
edition = "2021"
11-
rust-version = "1.60"
11+
rust-version = "1.56"
1212
keywords = ["hal", "IO"]
1313
license = "MIT OR Apache-2.0"
1414
name = "embedded-hal"

0 commit comments

Comments
 (0)