Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit fa3f860

Browse files
authored
Merge pull request #11 from jonas-schievink/docs-rs
Fix docs.rs
2 parents abf4a0f + ccec743 commit fa3f860

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nrf9160-pac"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = [
55
"Fredrik Ahlberg <[email protected]>",
66
"Jonathan 'theJPster' Pallant <[email protected]>"
@@ -27,3 +27,6 @@ version = "0.6.7"
2727

2828
[features]
2929
rt = ["cortex-m-rt/device"]
30+
31+
[package.metadata.docs.rs]
32+
targets = ["thumbv8m.main-none-eabihf"]

0 commit comments

Comments
 (0)