Skip to content

Commit 7414e21

Browse files
committed
Use rust-version field
1 parent 929dd88 commit 7414e21

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

embedded-can/Cargo.toml

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

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

embedded-hal-bus/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ categories = ["embedded", "hardware-support", "no-std"]
66
description = "Bus/Device connection mechanisms for embedded-hal, a Hardware Abstraction Layer (HAL) for embedded systems"
77
documentation = "https://docs.rs/embedded-hal-bus"
88
edition = "2021"
9+
rust-version = "1.60"
910
keywords = ["hal", "IO"]
1011
license = "MIT OR Apache-2.0"
1112
name = "embedded-hal-bus"

embedded-hal-nb/Cargo.toml

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

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

embedded-hal/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +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"
1112
keywords = ["hal", "IO"]
1213
license = "MIT OR Apache-2.0"
1314
name = "embedded-hal"

embedded-io-adapters/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "embedded-io-adapters"
33
version = "0.6.0"
44
edition = "2021"
5+
rust-version = "1.60"
56
description = "Adapters between the `embedded-io` traits and other I/O traits"
67
repository = "https://github.com/rust-embedded/embedded-hal"
78
readme = "README.md"

embedded-io/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "embedded-io"
33
version = "0.6.0"
44
edition = "2021"
5+
rust-version = "1.60"
56
description = "Embedded IO traits"
67
repository = "https://github.com/rust-embedded/embedded-hal"
78
readme = "README.md"

0 commit comments

Comments
 (0)