Skip to content

Commit

Permalink
Merge pull request #26 from connorskees/remove-zip-time
Browse files Browse the repository at this point in the history
remove "time" feature from zip
  • Loading branch information
outersky authored Mar 11, 2022
2 parents 6cffcc6 + cdb2c92 commit 2226479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ travis-ci = { repository = "outersky/simple_excel_writer" }
[dependencies]
chrono = { version = "0.4.19", optional = true, default-features = false }
# omit bzip2 feature
zip = {version = "0.5.13", default-features = false, features = ["deflate", "time"] }
zip = {version = "0.5.13", default-features = false, features = ["deflate"] }

0 comments on commit 2226479

Please sign in to comment.