Skip to content

Commit

Permalink
Added header feature to docsrs generation (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
CraZySacX committed May 18, 2023
1 parent 868777d commit e802dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vergen-pretty/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ serde_json = "1.0.96"
tracing-subscriber = { version = "0.3.17", features = ["fmt"] }

[package.metadata.docs.rs]
features = ["color", "serde", "trace"]
features = ["color", "header", "serde", "trace"]
rustdoc-args = ["--cfg", "docsrs"]

0 comments on commit e802dab

Please sign in to comment.