Skip to content

Commit

Permalink
Auto merge of #129054 - lnicola:sync-from-ra, r=lnicola
Browse files Browse the repository at this point in the history
Subtree update of `rust-analyzer`

r? `@ghost`

CC `@ShoyuVanilla`
  • Loading branch information
bors committed Aug 14, 2024
2 parents fbce03b + f96e296 commit 0f442e2
Show file tree
Hide file tree
Showing 213 changed files with 3,807 additions and 2,448 deletions.
5 changes: 2 additions & 3 deletions src/tools/rust-analyzer/.github/workflows/publish-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
run: |
git config --global user.email "runner@gha.local"
git config --global user.name "GitHub Action"
# Remove r-a crates from the workspaces so we don't auto-publish them as well
sed -i 's/ "crates\/\*"//' ./Cargo.toml
sed -i 's/ "xtask\/"//' ./Cargo.toml
# Only publish the crates under lib/
sed -i 's|^members = .*$|members = ["lib/*"]|' Cargo.toml
cargo workspaces publish --yes --exact --from-git --no-git-commit --allow-dirty
Loading

0 comments on commit 0f442e2

Please sign in to comment.