This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 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" }
7979stdx = { path = " ./crates/stdx" , version = " 0.0.0" }
8080syntax = { path = " ./crates/syntax" , version = " 0.0.0" }
8181syntax-bridge = { path = " ./crates/syntax-bridge" , version = " 0.0.0" }
82+ test-fixture = { path = " ./crates/test-fixture" , version = " 0.0.0" }
8283test-utils = { path = " ./crates/test-utils" , version = " 0.0.0" }
8384toolchain = { path = " ./crates/toolchain" , version = " 0.0.0" }
8485tt = { path = " ./crates/tt" , version = " 0.0.0" }
@@ -93,9 +94,8 @@ ra-ap-rustc_abi = { version = "0.87", default-features = false }
9394ra-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
9999line-index = { version = " 0.1.2" }
100100la-arena = { version = " 0.3.1" }
101101lsp-server = { version = " 0.7.6" }
Original file line number Diff line number Diff line change 22name = " test-fixture"
33version = " 0.0.0"
44rust-version.workspace = true
5+ description = " Test fixtures for rust-analyzer."
6+
57edition.workspace = true
68license.workspace = true
79authors.workspace = true
You can’t perform that action at this time.
0 commit comments