Skip to content

Commit f828cf7

Browse files
committed
feat: raise embedded-io-async's MSRV to 1.81
This is the same MSRV as embedded-io, which embedded-io-async depends on.
1 parent e12dbf6 commit f828cf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-io-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "embedded-io-async"
33
version = "0.6.1"
44
edition = "2021"
5-
rust-version = "1.75"
5+
rust-version = "1.81"
66
description = "Async embedded IO traits"
77
repository = "https://github.com/rust-embedded/embedded-hal"
88
readme = "README.md"

0 commit comments

Comments
 (0)