Skip to content

Commit

Permalink
Remove unneeded features of chrono (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
nibon7 authored Jun 29, 2023
1 parent d64df59 commit 2142c5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 22 deletions.
22 changes: 1 addition & 21 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version = "0.21.0"
doctest = true

[dependencies]
chrono = "0.4.19"
chrono = { version = "0.4.19", default-features = false, features = ["clock"] }
clipboard = { version = "0.5.0", optional = true }
crossbeam = { version = "0.8.2", optional = true }
crossterm = { version = "0.26.1", features = ["serde"] }
Expand Down

0 comments on commit 2142c5c

Please sign in to comment.