Skip to content

Commit c84a200

Browse files
committed
Document all features
1 parent 9e5ef1d commit c84a200

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-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 = "is31fl3741"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
authors = ["Liz Frost"]
66
categories = ["embedded", "no-std"]
@@ -13,6 +13,9 @@ readme = "README.md"
1313
embedded-hal = "0.2.6"
1414
embedded-graphics-core = { optional = true, version = "0.3.3" }
1515

16+
[package.metadata.docs.rs]
17+
all-features = true
18+
1619
[dev-dependencies]
1720
cortex-m-rt = "0.6.10"
1821
cortex-m = "0.7.1"

src/devices.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// #[cfg_attr(docsrs, doc(cfg(feature = "adafruit_rgb_13x9")))]
12
#[allow(unused_imports)]
23
use crate::{Error, IS31FL3741};
34
#[allow(unused_imports)]

0 commit comments

Comments
 (0)