Skip to content

Commit fb8ca32

Browse files
authored
Merge pull request #18437 from sam-mccall/publish_fixture
Publish test-fixture => ra_ap_test_fixture
2 parents 8244f30 + 98f3304 commit fb8ca32

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/autopublish.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
cargo workspaces rename --from proc-macro-api proc_macro_api
5252
cargo workspaces rename --from proc-macro-srv proc_macro_srv
5353
cargo workspaces rename --from project-model project_model
54+
cargo workspaces rename --from test-fixture test_fixture
5455
cargo workspaces rename --from test-utils test_utils
5556
cargo workspaces rename --from text-edit text_edit
5657
# Remove library crates from the workspaces so we don't auto-publish them as well

crates/test-fixture/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ rust-version.workspace = true
55
edition.workspace = true
66
license.workspace = true
77
authors.workspace = true
8-
publish = false
98

109
[dependencies]
1110
hir-expand.workspace = true

0 commit comments

Comments
 (0)