mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
Release 0.0.2
This commit is contained in:
parent
643da6fc44
commit
fb01c4e210
6 changed files with 10 additions and 10 deletions
10
Cargo.toml
10
Cargo.toml
|
|
@ -16,11 +16,11 @@ repository = "https://github.com/Boshen/oxc"
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
oxc_allocator = { version = "0.0.1", path = "crates/oxc_allocator" }
|
oxc_allocator = { version = "0.0.1", path = "crates/oxc_allocator" }
|
||||||
oxc_parser = { version = "0.0.1", path = "crates/oxc_parser" }
|
oxc_parser = { version = "0.0.2", path = "crates/oxc_parser" }
|
||||||
oxc_ast = { version = "0.0.1", path = "crates/oxc_ast" }
|
oxc_ast = { version = "0.0.2", path = "crates/oxc_ast" }
|
||||||
oxc_printer = { version = "0.0.1", path = "crates/oxc_printer" }
|
oxc_printer = { version = "0.0.2", path = "crates/oxc_printer" }
|
||||||
oxc_semantic = { version = "0.0.1", path = "crates/oxc_semantic" }
|
oxc_semantic = { version = "0.0.2", path = "crates/oxc_semantic" }
|
||||||
oxc_diagnostics = { version = "0.0.1", path = "crates/oxc_diagnostics" }
|
oxc_diagnostics = { version = "0.0.2", path = "crates/oxc_diagnostics" }
|
||||||
|
|
||||||
oxc_linter = { version = "0.0.0", path = "crates/oxc_linter" }
|
oxc_linter = { version = "0.0.0", path = "crates/oxc_linter" }
|
||||||
oxc_macros = { version = "0.0.0", path = "crates/oxc_macros" }
|
oxc_macros = { version = "0.0.0", path = "crates/oxc_macros" }
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "oxc_ast"
|
name = "oxc_ast"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "oxc_diagnostics"
|
name = "oxc_diagnostics"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "oxc_parser"
|
name = "oxc_parser"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "oxc_printer"
|
name = "oxc_printer"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "oxc_semantic"
|
name = "oxc_semantic"
|
||||||
version = "0.0.1"
|
version = "0.0.2"
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
description.workspace = true
|
description.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue