Skip to content

Commit

Permalink
fix: docsrs generation
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanvivien committed Apr 28, 2024
1 parent b3a817f commit 62797a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fast_qr"
version = "0.12.1"
version = "0.12.3"
authors = ["erwan.vivien <erwan.vivien@epita.fr>"]
edition = "2021"
description = "Generates optimized QRCode"
Expand Down Expand Up @@ -58,7 +58,7 @@ name = "qr"
harness = false

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

[[example]]
Expand Down

0 comments on commit 62797a8

Please sign in to comment.