Skip to content

Commit

Permalink
Merge pull request #55 from Protryon/only-need-chrono-features
Browse files Browse the repository at this point in the history
Leave only the necessary features in chrono
  • Loading branch information
Protryon authored May 8, 2024
2 parents b21c78d + 69fb207 commit 3270b92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 135 deletions.
139 changes: 6 additions & 133 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions klickhouse/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ thiserror = "1.0"
log = "0.4"
indexmap = { version = "2.2" }
uuid = { version = "1.8", features = ["v4"] }
chrono = "0.4"
chrono-tz = "0.8"
chrono = { version = "0.4", default-features = false, features = ["std", "now"] }
chrono-tz = "0.9"
futures-util = { version = "0.3", default-features = false, features = ["std"] }
tokio-stream = "0.1"
lz4 = { version = "1.24", optional = true }
Expand Down

0 comments on commit 3270b92

Please sign in to comment.