feat: update boa_engine

This commit is contained in:
2022-12-31 00:01:47 +08:00
parent 2a3d63d1e8
commit a0359637e2
3 changed files with 455 additions and 92 deletions

View File

@@ -7,4 +7,4 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
Boa = "0.10.0"
boa_engine = { version = "0.16", features = [ "console" ]}