Skip to content

Commit a6b36c2

Browse files
matthewwqwandor
authored andcommitted
microbit-common: add docs.rs metadata
1 parent 7ccaff8 commit a6b36c2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
99

1010
- Remove dead link to microbit Rust on Windows blog post in README.
1111
- Bumped MSRV to 1.81.0.
12+
- Add metadata for docs.rs
1213

1314
## [0.15.1] - 2024-08-05
1415

microbit-common/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ embedded-hal-02 = [
4040
"nrf51-hal?/embedded-hal-02",
4141
"nrf52833-hal?/embedded-hal-02",
4242
]
43+
44+
[package.metadata.docs.rs]
45+
features = ["v2"]
46+
default-target = "thumbv7em-none-eabihf"

0 commit comments

Comments
 (0)