Skip to content

Commit 4b38725

Browse files
committed
Set test-utils dependency version, since it's now being published
1 parent 8db8e3c commit 4b38725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/rust-analyzer/Cargo.toml

+1-1
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-utils = { path = "./crates/test-utils", version = "0.0.0" }
8283
toolchain = { path = "./crates/toolchain", version = "0.0.0" }
8384
tt = { path = "./crates/tt", version = "0.0.0" }
8485
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 }
9394

9495
# local crates that aren't published to crates.io. These should not have versions.
9596
test-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
9999
line-index = { version = "0.1.2" }

0 commit comments

Comments
 (0)