Publish test-fixture => ra_ap_test_fixture

This commit is contained in:
Sam McCall 2024-10-29 16:26:18 +01:00
parent cf8f950baa
commit 98f3304831
2 changed files with 1 additions and 1 deletions

View file

@ -51,6 +51,7 @@ jobs:
cargo workspaces rename --from proc-macro-api proc_macro_api cargo workspaces rename --from proc-macro-api proc_macro_api
cargo workspaces rename --from proc-macro-srv proc_macro_srv cargo workspaces rename --from proc-macro-srv proc_macro_srv
cargo workspaces rename --from project-model project_model 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 test-utils test_utils
cargo workspaces rename --from text-edit text_edit cargo workspaces rename --from text-edit text_edit
# Remove library crates from the workspaces so we don't auto-publish them as well # Remove library crates from the workspaces so we don't auto-publish them as well

View file

@ -5,7 +5,6 @@ rust-version.workspace = true
edition.workspace = true edition.workspace = true
license.workspace = true license.workspace = true
authors.workspace = true authors.workspace = true
publish = false
[dependencies] [dependencies]
hir-expand.workspace = true hir-expand.workspace = true