Skip to content

Commit 7c256e5

Browse files
authored
Merge pull request rust-lang#18882 from lnicola/publish-test-fixture
minor: Fix `test-fixture` autopublishing
2 parents a748001 + cc07c98 commit 7c256e5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/tools/rust-analyzer/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ span = { path = "./crates/span", version = "0.0.0" }
7979
stdx = { path = "./crates/stdx", version = "0.0.0" }
8080
syntax = { path = "./crates/syntax", version = "0.0.0" }
8181
syntax-bridge = { path = "./crates/syntax-bridge", version = "0.0.0" }
82+
test-fixture = { path = "./crates/test-fixture", version = "0.0.0" }
8283
test-utils = { path = "./crates/test-utils", version = "0.0.0" }
8384
toolchain = { path = "./crates/toolchain", version = "0.0.0" }
8485
tt = { path = "./crates/tt", version = "0.0.0" }
@@ -93,9 +94,8 @@ ra-ap-rustc_abi = { version = "0.87", default-features = false }
9394
ra-ap-rustc_pattern_analysis = { version = "0.87", default-features = false }
9495

9596
# local crates that aren't published to crates.io. These should not have versions.
96-
test-fixture = { path = "./crates/test-fixture" }
9797

98-
# In-tree crates that are published separately and follow semver. See lib/README.md
98+
# in-tree crates that are published separately and follow semver. See lib/README.md
9999
line-index = { version = "0.1.2" }
100100
la-arena = { version = "0.3.1" }
101101
lsp-server = { version = "0.7.6" }

src/tools/rust-analyzer/crates/test-fixture/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name = "test-fixture"
33
version = "0.0.0"
44
rust-version.workspace = true
5+
description = "Test fixtures for rust-analyzer."
6+
57
edition.workspace = true
68
license.workspace = true
79
authors.workspace = true

0 commit comments

Comments
 (0)