Skip to content

Commit

Permalink
Use bare minimum chrono features (#1073)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy authored Oct 27, 2023
1 parent beed18c commit 0fd55ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
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.

2 changes: 1 addition & 1 deletion quick-junit/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ edition = "2021"
rust-version = "1.66"

[dependencies]
chrono = "0.4.31"
chrono = { version = "0.4.31", default-features = false, features = ["std"] }
indexmap = "2.0.2"
quick-xml = "0.31.0"
thiserror = "1.0.50"
Expand Down
1 change: 1 addition & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ publish = false
### BEGIN HAKARI SECTION
[dependencies]
backtrace = { version = "0.3.69", features = ["gimli-symbolize"] }
chrono = { version = "0.4.31" }
clap = { version = "4.4.7", features = ["derive", "env"] }
clap_builder = { version = "4.4.7", default-features = false, features = ["color", "env", "help", "std", "suggestions", "usage"] }
console = { version = "0.15.7" }
Expand Down

0 comments on commit 0fd55ed

Please sign in to comment.