File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,16 @@ expect it to do so.*
123
123
124
124
[ 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
125
125
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
+
126
136
## License
127
137
128
138
[ 0-clause BSD license] ( LICENSE-0BSD.txt ) .
You can’t perform that action at this time.
0 commit comments