Skip to content

Commit f41a73a

Browse files
committed
update required nightly version in EHA readme.
1 parent 83dfca5 commit f41a73a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

embedded-hal-async/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ This project is developed and maintained by the [HAL team](https://github.com/ru
1717

1818
[API reference]: https://docs.rs/embedded-hal-async
1919

20-
<!--
2120
## Minimum Supported Rust Version (MSRV)
2221

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.
2324

24-
This crate requires nightly newer than 2022-09-13, but keep in mind nightly can
25-
break at any time.
26-
-->
25+
Keep in mind Rust nightlies can make backwards-incompatible changes to unstable features
26+
at any time.
2727

2828
## License
2929

0 commit comments

Comments
 (0)