Skip to content

Commit

Permalink
fix: declare required feature for export_csv example
Browse files Browse the repository at this point in the history
  • Loading branch information
jfro committed Apr 28, 2021
1 parent 8323d72 commit 0f812f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ pretty_env_logger = "0.4"
[features]
default = []
export_csv = ["csv", "serde/derive"]

[[example]]
name = "export_csv"
required-features = ["export_csv"]

0 comments on commit 0f812f7

Please sign in to comment.