mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(oxc_query): do not publish yet, it is not ready
This commit is contained in:
parent
26fc0cfde5
commit
45c1650631
2 changed files with 3 additions and 6 deletions
|
|
@ -12,9 +12,6 @@ license = "MIT"
|
|||
repository = "https://github.com/Boshen/oxc"
|
||||
|
||||
[workspace.dependencies]
|
||||
# Release:
|
||||
# * Edit these versions, commit
|
||||
# * cargo ws version --amend --no-git-tag --no-git-push
|
||||
# publish = true
|
||||
oxc_allocator = { version = "0.0.7", path = "crates/oxc_allocator" }
|
||||
oxc_ast = { version = "0.0.7", path = "crates/oxc_ast" }
|
||||
|
|
@ -28,13 +25,13 @@ oxc_parser = { version = "0.0.7", path = "crates/oxc_parser" }
|
|||
oxc_semantic = { version = "0.0.7", path = "crates/oxc_semantic" }
|
||||
oxc_span = { version = "0.0.7", path = "crates/oxc_span" }
|
||||
oxc_syntax = { version = "0.0.7", path = "crates/oxc_syntax" }
|
||||
oxc_query = { version = "0.0.7", path = "crates/oxc_query" }
|
||||
|
||||
# publish = false
|
||||
oxc_macros = { path = "crates/oxc_macros" }
|
||||
oxc_linter = { path = "crates/oxc_linter" }
|
||||
oxc_type_synthesis = { path = "crates/oxc_type_synthesis" }
|
||||
oxc_resolver = { path = "crates/oxc_resolver" }
|
||||
oxc_query = { path = "crates/oxc_query" }
|
||||
|
||||
oxc_tasks_common = { path = "tasks/common" }
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "oxc_query"
|
||||
version = "0.0.7"
|
||||
publish = true
|
||||
version = "0.0.0"
|
||||
publish = false
|
||||
authors.workspace = true
|
||||
description.workspace = true
|
||||
edition.workspace = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue