From fb01c4e2102804dba5c569e40b422c14fdfcd593 Mon Sep 17 00:00:00 2001 From: Boshen Date: Sun, 2 Apr 2023 00:47:46 +0800 Subject: [PATCH] Release 0.0.2 --- Cargo.toml | 10 +++++----- crates/oxc_ast/Cargo.toml | 2 +- crates/oxc_diagnostics/Cargo.toml | 2 +- crates/oxc_parser/Cargo.toml | 2 +- crates/oxc_printer/Cargo.toml | 2 +- crates/oxc_semantic/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f60331397..05d03cf59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,11 +16,11 @@ repository = "https://github.com/Boshen/oxc" [workspace.dependencies] oxc_allocator = { version = "0.0.1", path = "crates/oxc_allocator" } -oxc_parser = { version = "0.0.1", path = "crates/oxc_parser" } -oxc_ast = { version = "0.0.1", path = "crates/oxc_ast" } -oxc_printer = { version = "0.0.1", path = "crates/oxc_printer" } -oxc_semantic = { version = "0.0.1", path = "crates/oxc_semantic" } -oxc_diagnostics = { version = "0.0.1", path = "crates/oxc_diagnostics" } +oxc_parser = { version = "0.0.2", path = "crates/oxc_parser" } +oxc_ast = { version = "0.0.2", path = "crates/oxc_ast" } +oxc_printer = { version = "0.0.2", path = "crates/oxc_printer" } +oxc_semantic = { version = "0.0.2", path = "crates/oxc_semantic" } +oxc_diagnostics = { version = "0.0.2", path = "crates/oxc_diagnostics" } oxc_linter = { version = "0.0.0", path = "crates/oxc_linter" } oxc_macros = { version = "0.0.0", path = "crates/oxc_macros" } diff --git a/crates/oxc_ast/Cargo.toml b/crates/oxc_ast/Cargo.toml index b0dc512b0..d71a4f05a 100644 --- a/crates/oxc_ast/Cargo.toml +++ b/crates/oxc_ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_ast" -version = "0.0.1" +version = "0.0.2" authors.workspace = true description.workspace = true edition.workspace = true diff --git a/crates/oxc_diagnostics/Cargo.toml b/crates/oxc_diagnostics/Cargo.toml index 0304676b2..8e40d9743 100644 --- a/crates/oxc_diagnostics/Cargo.toml +++ b/crates/oxc_diagnostics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_diagnostics" -version = "0.0.1" +version = "0.0.2" authors.workspace = true description.workspace = true edition.workspace = true diff --git a/crates/oxc_parser/Cargo.toml b/crates/oxc_parser/Cargo.toml index d450ced8f..957731303 100644 --- a/crates/oxc_parser/Cargo.toml +++ b/crates/oxc_parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_parser" -version = "0.0.1" +version = "0.0.2" authors.workspace = true description.workspace = true edition.workspace = true diff --git a/crates/oxc_printer/Cargo.toml b/crates/oxc_printer/Cargo.toml index 915199347..5a95f7e74 100644 --- a/crates/oxc_printer/Cargo.toml +++ b/crates/oxc_printer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_printer" -version = "0.0.1" +version = "0.0.2" authors.workspace = true description.workspace = true edition.workspace = true diff --git a/crates/oxc_semantic/Cargo.toml b/crates/oxc_semantic/Cargo.toml index 5a6aa9304..cf0a59d86 100644 --- a/crates/oxc_semantic/Cargo.toml +++ b/crates/oxc_semantic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_semantic" -version = "0.0.1" +version = "0.0.2" authors.workspace = true description.workspace = true edition.workspace = true