deps: fix oxc_printer

This commit is contained in:
Boshen 2023-03-31 00:04:08 +08:00
parent 79fd35c9cb
commit 7789d7bc43
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -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"] }