Skip to content

Commit

Permalink
chore: fix cargo shear errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvxa committed Jun 18, 2024
1 parent 918f694 commit 3fdf236
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion crates/oxc_cfg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ workspace = true
doctest = true

[dependencies]
oxc_ast = { workspace = true }
oxc_syntax = { workspace = true }

itertools = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/oxc_semantic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ phf = { workspace = true, features = ["macros"] }
rustc-hash = { workspace = true }
serde = { workspace = true, features = ["derive"], optional = true }
itertools = { workspace = true }
bitflags = { workspace = true }

tsify = { workspace = true, optional = true }
wasm-bindgen = { workspace = true, optional = true }
Expand Down

0 comments on commit 3fdf236

Please sign in to comment.