mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
deps: fix oxc_printer
This commit is contained in:
parent
79fd35c9cb
commit
7789d7bc43
1 changed files with 3 additions and 3 deletions
|
|
@ -10,9 +10,9 @@ license.workspace = true
|
|||
repository.workspace = true
|
||||
|
||||
[dependencies]
|
||||
oxc_allocator = { path = "../oxc_allocator" }
|
||||
oxc_ast = { path = "../oxc_ast" }
|
||||
oxc_allocator = { workspace = true }
|
||||
oxc_ast = { workspace = true }
|
||||
|
||||
[dev_dependencies]
|
||||
oxc_parser = { path = "../oxc_parser" }
|
||||
oxc_parser = { workspace = true }
|
||||
miette = { workspace = true, features = ["fancy-no-backtrace"] }
|
||||
|
|
|
|||
Loading…
Reference in a new issue