mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
Publish test-fixture => ra_ap_test_fixture
This commit is contained in:
parent
cf8f950baa
commit
98f3304831
2 changed files with 1 additions and 1 deletions
1
.github/workflows/autopublish.yaml
vendored
1
.github/workflows/autopublish.yaml
vendored
|
@ -51,6 +51,7 @@ jobs:
|
|||
cargo workspaces rename --from proc-macro-api proc_macro_api
|
||||
cargo workspaces rename --from proc-macro-srv proc_macro_srv
|
||||
cargo workspaces rename --from project-model project_model
|
||||
cargo workspaces rename --from test-fixture test_fixture
|
||||
cargo workspaces rename --from test-utils test_utils
|
||||
cargo workspaces rename --from text-edit text_edit
|
||||
# Remove library crates from the workspaces so we don't auto-publish them as well
|
||||
|
|
|
@ -5,7 +5,6 @@ rust-version.workspace = true
|
|||
edition.workspace = true
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
publish = false
|
||||
|
||||
[dependencies]
|
||||
hir-expand.workspace = true
|
||||
|
|
Loading…
Reference in a new issue