We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f8274f + fef265d commit 957188dCopy full SHA for 957188d
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
## [Unreleased]
4
5
+## [v0.13.2] 2021-06-05
6
+
7
+* F3:
8
+ * Fix bad crate generation from 0.13.1
9
10
## [v0.13.1] 2021-06-02
11
12
* F3:
README.md
@@ -49,7 +49,7 @@ to drill down into each field on each register on each peripheral.
49
In your own project's `Cargo.toml`:
50
```toml
51
[dependencies.stm32f4]
52
-version = "0.13.1"
+version = "0.13.0"
53
features = ["stm32f405", "rt"]
54
```
55
scripts/makecrates.py
@@ -16,7 +16,7 @@
16
import re
17
import yaml
18
19
-VERSION = "0.13.1"
+VERSION = "0.13.2"
20
SVD2RUST_VERSION = "0.17.0"
21
22
CRATE_DOC_FEATURES = {
0 commit comments