We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83dfca5 commit f41a73aCopy full SHA for f41a73a
embedded-hal-async/README.md
@@ -17,13 +17,13 @@ This project is developed and maintained by the [HAL team](https://github.com/ru
17
18
[API reference]: https://docs.rs/embedded-hal-async
19
20
-<!--
21
## Minimum Supported Rust Version (MSRV)
22
+This crate requires Rust nightly newer than `nightly-2022-11-22`, due to requiring support for
23
+`async fn` in traits (AFIT), which is not stable yet.
24
-This crate requires nightly newer than 2022-09-13, but keep in mind nightly can
25
-break at any time.
26
--->
+Keep in mind Rust nightlies can make backwards-incompatible changes to unstable features
+at any time.
27
28
## License
29
0 commit comments