File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ name = "embedded-hal-async"
1212readme = " README.md"
1313repository = " https://github.com/rust-embedded/embedded-hal"
1414version = " 0.2.0-alpha.0"
15+ rust-version = " 1.65.0"
1516
1617[dependencies ]
1718embedded-hal = { version = " =1.0.0-alpha.9" , path = " ../embedded-hal" }
Original file line number Diff line number Diff line change 11[ ![ crates.io] ( https://img.shields.io/crates/d/embedded-hal-async.svg )] ( https://crates.io/crates/embedded-hal-async )
22[ ![ crates.io] ( https://img.shields.io/crates/v/embedded-hal-async.svg )] ( https://crates.io/crates/embedded-hal-async )
33[ ![ Documentation] ( https://docs.rs/embedded-hal-async/badge.svg )] ( https://docs.rs/embedded-hal-async )
4- <!--
5- 
6- -->
74
85# ` embedded-hal-async `
96
@@ -23,8 +20,9 @@ This project is developed and maintained by the [HAL team](https://github.com/ru
2320<!--
2421## Minimum Supported Rust Version (MSRV)
2522
26- This crate is guaranteed to compile on stable Rust 1.46 and up. It *might*
27- compile with older versions but that may change in any new patch release.
23+
24+ This crate requires nightly newer than 2022-09-13, but keep in mind nightly can
25+ break at any time.
2826-->
2927
3028## License
You can’t perform that action at this time.
0 commit comments