mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
deps: remove miette from oxc_ast
This commit is contained in:
parent
cd276c2850
commit
0cdcf03752
2 changed files with 0 additions and 2 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -967,7 +967,6 @@ name = "oxc_ast"
|
|||
version = "0.0.6"
|
||||
dependencies = [
|
||||
"bitflags 1.3.2",
|
||||
"miette",
|
||||
"num-bigint",
|
||||
"ordered-float",
|
||||
"oxc_allocator",
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@ oxc_span = { workspace = true }
|
|||
|
||||
bitflags = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
miette = { workspace = true }
|
||||
rustc-hash = { workspace = true }
|
||||
num-bigint = { workspace = true }
|
||||
ordered-float = { workspace = true }
|
||||
|
|
|
|||
Loading…
Reference in a new issue