Skip to content

Commit bf35775

Browse files
committed
Update MSRV description, add changelog entry.
1 parent cc8c3f2 commit bf35775

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
- Remove dependency on MSRV.
11+
1012
## [v0.17.1] - 2020-08-30
1113

1214
### Changed

README.md

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

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.
61+
The minimum supported Rust version is the latest stable release. Older versions may compile, especially when some features are not used in your application.
6362

6463
Changelog
6564
---------

0 commit comments

Comments
 (0)