diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2024-10-31 08:03:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-31 08:03:44 +0000 |
| commit | 7ca05b54329ee410d02f123ba43d36941b44261f (patch) | |
| tree | 61befdd310dbfb6e8445da5482bba4f6bc295281 | |
| parent | 2d5b7584397e94f45f4c8011ed5cbe7cc51a7071 (diff) | |
| parent | 711961df1363cb24cd1ff63e65d85fabab4e9f6f (diff) | |
| download | rust-7ca05b54329ee410d02f123ba43d36941b44261f.tar.gz rust-7ca05b54329ee410d02f123ba43d36941b44261f.zip | |
Merge pull request #18437 from sam-mccall/publish_fixture
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 |
