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.
1 parent 7ccaff8 commit a6b36c2Copy full SHA for a6b36c2
CHANGELOG.md
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
9
10
- Remove dead link to microbit Rust on Windows blog post in README.
11
- Bumped MSRV to 1.81.0.
12
+- Add metadata for docs.rs
13
14
## [0.15.1] - 2024-08-05
15
microbit-common/Cargo.toml
@@ -40,3 +40,7 @@ embedded-hal-02 = [
40
"nrf51-hal?/embedded-hal-02",
41
"nrf52833-hal?/embedded-hal-02",
42
]
43
+
44
+[package.metadata.docs.rs]
45
+features = ["v2"]
46
+default-target = "thumbv7em-none-eabihf"
0 commit comments