Merge pull request #18437 from sam-mccall/publish_fixture

Publish test-fixture => ra_ap_test_fixture
This commit is contained in:
Lukas Wirth 2024-10-31 08:03:44 +00:00 committed by GitHub
commit 7ca05b5432
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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