Skip to content

Commit 9bdc9aa

Browse files
committed
Auto merge of #15195 - davidlattimore:proc-macro-test-no-version, r=HKalbasi
Don't specify proc-macro-test version proc-macro-test is only used as a dev-dependency and isn't published to crates.io, so a version doesn't make sense. Having a version also breaks automatic publishing.
2 parents f5f0c48 + 0810827 commit 9bdc9aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ paths = { path = "./crates/paths", version = "0.0.0" }
6767
proc-macro-api = { path = "./crates/proc-macro-api", version = "0.0.0" }
6868
proc-macro-srv = { path = "./crates/proc-macro-srv", version = "0.0.0" }
6969
proc-macro-srv-cli = { path = "./crates/proc-macro-srv-cli", version = "0.0.0" }
70-
proc-macro-test = { path = "./crates/proc-macro-test", version = "0.0.0" }
7170
profile = { path = "./crates/profile", version = "0.0.0" }
7271
project-model = { path = "./crates/project-model", version = "0.0.0" }
7372
sourcegen = { path = "./crates/sourcegen", version = "0.0.0" }
@@ -80,6 +79,9 @@ tt = { path = "./crates/tt", version = "0.0.0" }
8079
vfs-notify = { path = "./crates/vfs-notify", version = "0.0.0" }
8180
vfs = { path = "./crates/vfs", version = "0.0.0" }
8281

82+
# local crates that aren't published to crates.io. These should not have versions.
83+
proc-macro-test = { path = "./crates/proc-macro-test" }
84+
8385
# In-tree crates that are published separately and follow semver. See lib/README.md
8486
line-index = { version = "0.1.0-pre.1" }
8587
la-arena = { version = "0.3.1" }

0 commit comments

Comments
 (0)