Skip to content

Commit 09b15bd

Browse files
authored
Merge pull request #219 from Sh3Rm4n/msvr
Add MSVR notice to README
2 parents ff65124 + d670e51 commit 09b15bd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,16 @@ expect it to do so.*
123123

124124
[Usermanual]: https://www.st.com/content/ccc/resource/technical/document/user_manual/8a/56/97/63/8d/56/41/73/DM00063382.pdf/files/DM00063382.pdf/jcr:content/translations/en.DM00063382.pdf
125125

126+
## Minimum Supported Rust Version (MSRV)
127+
128+
This crate is guaranteed to compile on stable Rust 1.48.0 and up. It *might*
129+
compile with older versions but that may change in any new patch release.
130+
131+
<!-- This should not prevent anyone to use newer features. -->
132+
<!-- As soon as the MSVR does not compile anymore, just bump it. -->
133+
134+
<!-- Don't forget to also adjust the MSVR version in `.github/workflows/ci.yml` -->
135+
126136
## License
127137

128138
[0-clause BSD license](LICENSE-0BSD.txt).

0 commit comments

Comments
 (0)