diff options
| author | Sam McCall <sam.mccall@gmail.com> | 2024-10-29 16:26:18 +0100 |
|---|---|---|
| committer | Sam McCall <sam.mccall@gmail.com> | 2024-10-29 16:26:18 +0100 |
| commit | 711961df1363cb24cd1ff63e65d85fabab4e9f6f (patch) | |
| tree | 41e57bcbb0bfa03ccaa79d5178a0db17bd2cc4a0 | |
| parent | af764db2aa36da86e517ad5e06f32795f548b100 (diff) | |
| download | rust-711961df1363cb24cd1ff63e65d85fabab4e9f6f.tar.gz rust-711961df1363cb24cd1ff63e65d85fabab4e9f6f.zip | |
Publish test-fixture => ra_ap_test_fixture
| -rw-r--r-- | src/tools/rust-analyzer/.github/workflows/autopublish.yaml | 1 | ||||
| -rw-r--r-- | src/tools/rust-analyzer/crates/test-fixture/Cargo.toml | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/.github/workflows/autopublish.yaml b/src/tools/rust-analyzer/.github/workflows/autopublish.yaml index 4b97637088c..e0135a0269a 100644 --- a/src/tools/rust-analyzer/.github/workflows/autopublish.yaml +++ b/src/tools/rust-analyzer/.github/workflows/autopublish.yaml @@ -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 diff --git a/src/tools/rust-analyzer/crates/test-fixture/Cargo.toml b/src/tools/rust-analyzer/crates/test-fixture/Cargo.toml index f9565721dd5..c860e7b1183 100644 --- a/src/tools/rust-analyzer/crates/test-fixture/Cargo.toml +++ b/src/tools/rust-analyzer/crates/test-fixture/Cargo.toml @@ -5,7 +5,6 @@ rust-version.workspace = true edition.workspace = true license.workspace = true authors.workspace = true -publish = false [dependencies] hir-expand.workspace = true |
