File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
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-utils = { path = " ./crates/test-utils" , version = " 0.0.0" }
8283toolchain = { path = " ./crates/toolchain" , version = " 0.0.0" }
8384tt = { path = " ./crates/tt" , version = " 0.0.0" }
8485vfs-notify = { path = " ./crates/vfs-notify" , version = " 0.0.0" }
@@ -93,7 +94,6 @@ ra-ap-rustc_pattern_analysis = { version = "0.87", default-features = false }
9394
9495# local crates that aren't published to crates.io. These should not have versions.
9596test-fixture = { path = " ./crates/test-fixture" }
96- test-utils = { path = " ./crates/test-utils" }
9797
9898# In-tree crates that are published separately and follow semver. See lib/README.md
9999line-index = { version = " 0.1.2" }
You can’t perform that action at this time.
0 commit comments