Skip to content

Commit cc8c3f2

Browse files
committed
Fix MSRV in README.
1 parent 36ab499 commit cc8c3f2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,8 @@ If you are unfamiliar with embedded development using Rust, there are a number o
5858
Minimum supported Rust version
5959
------------------------------
6060

61-
The minimum supported Rust version at the moment is **1.39.0**. Older versions
62-
**may** compile, especially when some features are not used in your
63-
application.
61+
We have decided not to yet commit to a specific minimum supported Rust version as this HAL is still under development and committing to MSRV would be premature.
62+
Once the HAL stabilizes, a proper MSRV will be published.
6463

6564
Changelog
6665
---------

0 commit comments

Comments
 (0)