Skip to content

Commit 39c49b8

Browse files
committed
Disable default features for chrono
1 parent 153bab4 commit 39c49b8

File tree

2 files changed

+2
-104
lines changed

2 files changed

+2
-104
lines changed

Cargo.lock

Lines changed: 1 addition & 103 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ harness = false
4545
async-trait = "0.1.68"
4646
boxed_error = "0.2.3"
4747
capacity_builder = "0.5.0"
48-
chrono = { version = "0.4.42", features = ["serde"] }
48+
chrono = { version = "0.4.42", default-features = false, features = ["serde"] }
4949
data-url = "0.3.0"
5050
# this is optional in order to support using parsers other than swc
5151
deno_ast = { version = "0.50.0", features = ["emit"], optional = true }

0 commit comments

Comments
 (0)