Skip to content

Commit

Permalink
📌 update chrono features
Browse files Browse the repository at this point in the history
  • Loading branch information
Roms1383 committed Jun 9, 2023
1 parent 18e2f09 commit fbc01b4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 21 deletions.
20 changes: 0 additions & 20 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ enum_dispatch = "0.3.11"
serde = { version = "1", features = ["derive"] }
serde-aux = "4.2.0"
serde_json = "1"
chrono = { version = "0.4.26", features = ["serde"] }
chrono = { version = "0.4.26", default-features = false, features = [
"clock",
"std",
"serde",
] }
clap = { version = "4.3.2", features = ["derive"] }
term-table = "1.3.2"

0 comments on commit fbc01b4

Please sign in to comment.