File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ span = { path = "./crates/span", version = "0.0.0" }
79
79
stdx = { path = " ./crates/stdx" , version = " 0.0.0" }
80
80
syntax = { path = " ./crates/syntax" , version = " 0.0.0" }
81
81
syntax-bridge = { path = " ./crates/syntax-bridge" , version = " 0.0.0" }
82
+ test-fixture = { path = " ./crates/test-fixture" , version = " 0.0.0" }
82
83
test-utils = { path = " ./crates/test-utils" , version = " 0.0.0" }
83
84
toolchain = { path = " ./crates/toolchain" , version = " 0.0.0" }
84
85
tt = { path = " ./crates/tt" , version = " 0.0.0" }
@@ -93,9 +94,8 @@ ra-ap-rustc_abi = { version = "0.87", default-features = false }
93
94
ra-ap-rustc_pattern_analysis = { version = " 0.87" , default-features = false }
94
95
95
96
# local crates that aren't published to crates.io. These should not have versions.
96
- test-fixture = { path = " ./crates/test-fixture" }
97
97
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
99
99
line-index = { version = " 0.1.2" }
100
100
la-arena = { version = " 0.3.1" }
101
101
lsp-server = { version = " 0.7.6" }
Original file line number Diff line number Diff line change 2
2
name = " test-fixture"
3
3
version = " 0.0.0"
4
4
rust-version.workspace = true
5
+ description = " Test fixtures for rust-analyzer."
6
+
5
7
edition.workspace = true
6
8
license.workspace = true
7
9
authors.workspace = true
You can’t perform that action at this time.
0 commit comments