We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8244f30 + 98f3304 commit fb8ca32Copy full SHA for fb8ca32
.github/workflows/autopublish.yaml
@@ -51,6 +51,7 @@ jobs:
51
cargo workspaces rename --from proc-macro-api proc_macro_api
52
cargo workspaces rename --from proc-macro-srv proc_macro_srv
53
cargo workspaces rename --from project-model project_model
54
+ cargo workspaces rename --from test-fixture test_fixture
55
cargo workspaces rename --from test-utils test_utils
56
cargo workspaces rename --from text-edit text_edit
57
# Remove library crates from the workspaces so we don't auto-publish them as well
crates/test-fixture/Cargo.toml
@@ -5,7 +5,6 @@ rust-version.workspace = true
5
edition.workspace = true
6
license.workspace = true
7
authors.workspace = true
8
-publish = false
9
10
[dependencies]
11
hir-expand.workspace = true
0 commit comments