Skip to content

Commit

Permalink
add chrono feature
Browse files Browse the repository at this point in the history
  • Loading branch information
kwannoel committed Oct 30, 2024
1 parent 2ab4fd4 commit 1ee34f3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.lock

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

3 changes: 3 additions & 0 deletions src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jsonbb = { workspace = true }
lru = { workspace = true }
memcomparable = { version = "0.2", features = ["decimal"] }
mysql_async = { workspace = true }
mysql_common = { version = "0.32", default-features = false, features = [
"chrono",
] }
num-integer = "0.1"
num-traits = "0.2"
number_prefix = "0.4.0"
Expand Down

0 comments on commit 1ee34f3

Please sign in to comment.