Skip to content

Commit

Permalink
build: remove unneeded chrono features
Browse files Browse the repository at this point in the history
  • Loading branch information
EdJoPaTo committed Jan 24, 2025
1 parent 760b8b2 commit 362ed54
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 126 deletions.
125 changes: 0 additions & 125 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 @@ -20,7 +20,7 @@ lto = true

[dependencies]
anyhow = "1"
chrono = { version = "0.4", default-features = false, features = ["clock", "serde"] }
chrono = { version = "0.4", default-features = false, features = ["std", "serde"] }
lazy-regex = "3"
scraper = "0.19"
serde = { version = "1", features = ["derive"] }
Expand Down

0 comments on commit 362ed54

Please sign in to comment.