From 513931f672acdc60146d06e2ba6e9a0221221024 Mon Sep 17 00:00:00 2001 From: Boshen Date: Wed, 5 Apr 2023 20:59:50 +0800 Subject: [PATCH] Release oxc_ast@0.0.4 oxc_parser@0.0.4 oxc_semantic@0.0.3 --- Cargo.lock | 6 +++--- Cargo.toml | 6 +++--- crates/oxc_ast/Cargo.toml | 2 +- crates/oxc_parser/Cargo.toml | 2 +- crates/oxc_semantic/Cargo.toml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e75041448..031ff1468 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -891,7 +891,7 @@ dependencies = [ [[package]] name = "oxc_ast" -version = "0.0.3" +version = "0.0.4" dependencies = [ "bitflags", "compact_str", @@ -1028,7 +1028,7 @@ dependencies = [ [[package]] name = "oxc_parser" -version = "0.0.3" +version = "0.0.4" dependencies = [ "bitflags", "miette", @@ -1053,7 +1053,7 @@ dependencies = [ [[package]] name = "oxc_semantic" -version = "0.0.2" +version = "0.0.3" dependencies = [ "bitflags", "indextree", diff --git a/Cargo.toml b/Cargo.toml index 851a81358..2161ba920 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_ast = { version = "0.0.3", path = "crates/oxc_ast" } +oxc_ast = { version = "0.0.4", path = "crates/oxc_ast" } oxc_diagnostics = { version = "0.0.3", path = "crates/oxc_diagnostics" } -oxc_parser = { version = "0.0.3", path = "crates/oxc_parser" } +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.2", path = "crates/oxc_semantic" } +oxc_semantic = { version = "0.0.3", path = "crates/oxc_semantic" } 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 8c7223b6e..7ce5894d3 100644 --- a/crates/oxc_ast/Cargo.toml +++ b/crates/oxc_ast/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_ast" -version = "0.0.3" +version = "0.0.4" authors.workspace = true description.workspace = true edition.workspace = true diff --git a/crates/oxc_parser/Cargo.toml b/crates/oxc_parser/Cargo.toml index 110a1f53f..408a33511 100644 --- a/crates/oxc_parser/Cargo.toml +++ b/crates/oxc_parser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_parser" -version = "0.0.3" +version = "0.0.4" authors.workspace = true description.workspace = true edition.workspace = true diff --git a/crates/oxc_semantic/Cargo.toml b/crates/oxc_semantic/Cargo.toml index cf0a59d86..a641771d8 100644 --- a/crates/oxc_semantic/Cargo.toml +++ b/crates/oxc_semantic/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oxc_semantic" -version = "0.0.2" +version = "0.0.3" authors.workspace = true description.workspace = true edition.workspace = true