feat: patch chrono

This commit is contained in:
2023-01-20 23:25:18 +08:00
parent cf8e579f27
commit c997aab841
71 changed files with 27208 additions and 178 deletions

View File

@@ -10,9 +10,11 @@ crate-type = ['cdylib']
[dependencies]
boa_engine = { version = "0.16.0", path = "external/boa/boa_engine"}
getrandom = { version = "0.2.8", features = ["js"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
[patch.crates-io]
iana-time-zone = { path = "external/iana-time-zone" }
getrandom = { path = "external/getrandom" }
chrono = { path = "external/chrono" }