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 54
54
cargo workspaces rename --from project-model project_model
55
55
cargo workspaces rename --from test-fixture test_fixture
56
56
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
59
59
cargo workspaces rename ra_ap_%n
60
60
find crates/rust-analyzer -type f -name '*.rs' -exec sed -i 's/rust_analyzer/ra_ap_rust_analyzer/g' {} +
61
61
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 22
22
run : rustup update --no-self-update stable
23
23
24
24
- name : Install cargo-workspaces
25
- run : cargo install cargo-workspaces --version "0.3.6"
25
+ run : cargo install cargo-workspaces
26
26
27
27
- name : Publish Crates
28
28
env :
You can’t perform that action at this time.
0 commit comments