mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Release oxc_diagnostics@0.0.4
This commit is contained in:
parent
513931f672
commit
021271b953
3 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -970,7 +970,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "oxc_diagnostics"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
dependencies = [
|
||||
"is-terminal",
|
||||
"miette",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ repository = "https://github.com/Boshen/oxc"
|
|||
[workspace.dependencies]
|
||||
oxc_allocator = { version = "0.0.1", path = "crates/oxc_allocator" }
|
||||
oxc_ast = { version = "0.0.4", path = "crates/oxc_ast" }
|
||||
oxc_diagnostics = { version = "0.0.3", path = "crates/oxc_diagnostics" }
|
||||
oxc_diagnostics = { version = "0.0.4", path = "crates/oxc_diagnostics" }
|
||||
oxc_parser = { version = "0.0.4", path = "crates/oxc_parser" }
|
||||
oxc_printer = { version = "0.0.3", path = "crates/oxc_printer" }
|
||||
oxc_semantic = { version = "0.0.3", path = "crates/oxc_semantic" }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "oxc_diagnostics"
|
||||
version = "0.0.3"
|
||||
version = "0.0.4"
|
||||
authors.workspace = true
|
||||
description.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue