You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -11,9 +11,9 @@ This project is developed and maintained by the [Tools team][team].
11
11
12
12
# [API](https://docs.rs/svd2rust)
13
13
14
-
## Requirements
14
+
## Minimum Supported Rust Version (MSRV)
15
15
16
-
The **generated code** is intended to compile on all stable versions of Rust greater or equal to **1.37.0**, as well as the latest beta and the latest nightly.
16
+
The **generated code** is guaranteed to compile on stable Rust 1.37.0and up.
17
17
18
18
If you encounter compilation errors on any stable version newer than 1.37.0, please open an issue.
0 commit comments