Skip to content

Commit 507fa56

Browse files
authored
(hopefully) actually fix optional clap feature not showing in docs.rs (#21)
1 parent 5d1334a commit 507fa56

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.2.2] - 2020-09-25
11+
12+
- Version bump to (hopefully) actually fix [docs.rs][docs-rs-link] not rendering optional clap feature
13+
1014
## [0.2.1] - 2020-09-13
1115

1216
- Version bump to fix [docs.rs][docs-rs-link] not rendering optional clap feature

Cargo.toml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rpi-led-matrix"
33
description = "Bindings for Hzeller's RPi-RGB-Led-Matrix"
4-
version = "0.2.1"
4+
version = "0.2.2"
55
authors = [
66
"Vincent Pasquier <[email protected]>",
77
"Tyler Holmes <[email protected]>",
@@ -40,6 +40,9 @@ required-features = ["args"]
4040
name = "embedded-graphics-basic"
4141
required-features = ["args", "embeddedgraphics"]
4242

43+
[package.metadata.docs.rs]
44+
all-features = true
45+
4346
[profile.release]
4447
codegen-units = 1
4548
debug = true

0 commit comments

Comments
 (0)