File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5454 cargo workspaces rename --from project-model project_model
5555 cargo workspaces rename --from test-fixture test_fixture
5656 cargo workspaces rename --from test-utils test_utils
57- # Remove library crates from the workspaces so we don't auto-publish them as well
58- sed -i 's/ "lib\/\*",//' ./Cargo.toml
57+ # Remove library crates and xtask from the workspaces so we don't auto-publish them as well
58+ sed -i 's/"xtask\\/",//; s/ "lib\/\*",//' ./Cargo.toml
5959 cargo workspaces rename ra_ap_%n
6060 find crates/rust-analyzer -type f -name '*.rs' -exec sed -i 's/rust_analyzer/ra_ap_rust_analyzer/g' {} +
6161 cargo workspaces publish --yes --force '*' --exact --no-git-commit --allow-dirty --skip-published custom 0.0.$(($RUN_NUMBER + 133))
Original file line number Diff line number Diff line change 2222 run : rustup update --no-self-update stable
2323
2424 - name : Install cargo-workspaces
25- run : cargo install cargo-workspaces --version "0.3.6"
25+ run : cargo install cargo-workspaces
2626
2727 - name : Publish Crates
2828 env :
You can’t perform that action at this time.
0 commit comments