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 9e5ef1d commit c84a200Copy full SHA for c84a200
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "is31fl3741"
3
-version = "0.2.0"
+version = "0.2.1"
4
edition = "2021"
5
authors = ["Liz Frost"]
6
categories = ["embedded", "no-std"]
@@ -13,6 +13,9 @@ readme = "README.md"
13
embedded-hal = "0.2.6"
14
embedded-graphics-core = { optional = true, version = "0.3.3" }
15
16
+[package.metadata.docs.rs]
17
+all-features = true
18
+
19
[dev-dependencies]
20
cortex-m-rt = "0.6.10"
21
cortex-m = "0.7.1"
src/devices.rs
@@ -1,3 +1,4 @@
+// #[cfg_attr(docsrs, doc(cfg(feature = "adafruit_rgb_13x9")))]
#[allow(unused_imports)]
use crate::{Error, IS31FL3741};
0 commit comments