Skip to content

Commit

Permalink
up date
Browse files Browse the repository at this point in the history
  • Loading branch information
r58Playz committed Nov 26, 2024
1 parent c92430e commit 51f1a77
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 76 deletions.
152 changes: 78 additions & 74 deletions rewriter/Cargo.lock

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

7 changes: 5 additions & 2 deletions rewriter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,14 @@ panic = "abort"
indexset = "0.5.0"
instant = { version = "0.1.13", features = ["wasm-bindgen"] }
js-sys = "0.3.69"
oxc = "0.34.0"
thiserror = "1.0.64"
oxc = "0.37.0"
thiserror = "2.0.3"
url = "2.5.2"
wasm-bindgen = "0.2.95"
web-sys = { version = "0.3.72", features = ["Url"] }

[dev-dependencies]
boa_engine = "0.19.0"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wasm_bindgen_unstable_test_coverage)'] }

0 comments on commit 51f1a77

Please sign in to comment.