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
We're now documenting an (arbitrarily chosen) MSRV of 1.37.0 and testing
it in CI while also making nightly tests informational only.
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ This project is developed and maintained by the [Tools team][team].
11
11
12
12
# [API](https://docs.rs/svd2rust)
13
13
14
+
## Requirements
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.
17
+
18
+
If you encounter compilation errors on any stable version newer than 1.37.0, please open an issue.
19
+
14
20
# Testing Locally
15
21
16
22
`svd2rust-regress` is a helper program for regression testing changes against `svd2rust`. This tool can be used locally to check modifications of `svd2rust` locally before submitting a PR.
0 commit comments