Skip to content

Commit

Permalink
chore(cargo): remove default-features from chrono
Browse files Browse the repository at this point in the history
  • Loading branch information
lffg committed Mar 20, 2024
1 parent caf1d0c commit 666484f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 203 deletions.
202 changes: 0 additions & 202 deletions Cargo.lock

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

5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ worker.path = "worker"
# External deps (keep alphabetically sorted)
axum = "0.7.4"
bty = { version = "0.1.0-pre.1", features = ["uuid"] }
chrono = { version = "0.4", features = ["serde"] }
chrono = { version = "0.4", default-features = false, features = [
"std",
"serde",
] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
uuid = { version = "1", features = ["serde", "v4"] }
Expand Down

0 comments on commit 666484f

Please sign in to comment.