Enable all features in docs.rs
This commit is contained in:
parent
d6c6d07dda
commit
8c7308d9ce
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ optional = true
|
||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
rustdoc-args = ["--cfg", "docsrs"]
|
rustdoc-args = ["--cfg", "docsrs"]
|
||||||
features = ["image", "svg", "canvas", "qr_code"]
|
all-features = true
|
||||||
|
|
||||||
[profile.release-opt]
|
[profile.release-opt]
|
||||||
inherits = "release"
|
inherits = "release"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue