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