Skip to content

Commit 88b3169

Browse files
authored
Rollup merge of rust-lang#129054 - lnicola:sync-from-ra, r=lnicola
Subtree update of `rust-analyzer` r? `@ghost` CC `@ShoyuVanilla`
2 parents 81c4124 + f96e296 commit 88b3169

File tree

213 files changed

+3807
-2448
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+3807
-2448
lines changed

src/tools/rust-analyzer/.github/workflows/publish-libs.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
run: |
3131
git config --global user.email "[email protected]"
3232
git config --global user.name "GitHub Action"
33-
# Remove r-a crates from the workspaces so we don't auto-publish them as well
34-
sed -i 's/ "crates\/\*"//' ./Cargo.toml
35-
sed -i 's/ "xtask\/"//' ./Cargo.toml
33+
# Only publish the crates under lib/
34+
sed -i 's|^members = .*$|members = ["lib/*"]|' Cargo.toml
3635
cargo workspaces publish --yes --exact --from-git --no-git-commit --allow-dirty

0 commit comments

Comments
 (0)