Merge pull request #18437 from sam-mccall/publish_fixture
Publish test-fixture => ra_ap_test_fixture
This commit is contained in:
commit
7ca05b5432
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user