Skip to content

Commit 62797a8

Browse files
committed
fix: docsrs generation
1 parent b3a817f commit 62797a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fast_qr"
3-
version = "0.12.1"
3+
version = "0.12.3"
44
authors = ["erwan.vivien <[email protected]>"]
55
edition = "2021"
66
description = "Generates optimized QRCode"
@@ -58,7 +58,7 @@ name = "qr"
5858
harness = false
5959

6060
[package.metadata.docs.rs]
61-
all-features = true
61+
features = ["image", "svg"]
6262
rustdoc-args = ["--cfg", "docsrs"]
6363

6464
[[example]]

0 commit comments

Comments
 (0)