diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2025-01-07 09:51:57 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2025-01-07 09:51:57 +0200 |
| commit | 4b387254be2a4181dad84eff03c5bc79ad23ff61 (patch) | |
| tree | df326a569990eb56cf1cf74d494762ade93fe408 | |
| parent | 8db8e3cc37b7e05cb45f37deefb8d23fa6d9cf99 (diff) | |
| download | rust-4b387254be2a4181dad84eff03c5bc79ad23ff61.tar.gz rust-4b387254be2a4181dad84eff03c5bc79ad23ff61.zip | |
Set test-utils dependency version, since it's now being published
| -rw-r--r-- | src/tools/rust-analyzer/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/Cargo.toml b/src/tools/rust-analyzer/Cargo.toml index 88818580a3d..9440123de70 100644 --- a/src/tools/rust-analyzer/Cargo.toml +++ b/src/tools/rust-analyzer/Cargo.toml @@ -79,6 +79,7 @@ span = { path = "./crates/span", version = "0.0.0" } stdx = { path = "./crates/stdx", version = "0.0.0" } syntax = { path = "./crates/syntax", version = "0.0.0" } syntax-bridge = { path = "./crates/syntax-bridge", version = "0.0.0" } +test-utils = { path = "./crates/test-utils", version = "0.0.0" } toolchain = { path = "./crates/toolchain", version = "0.0.0" } tt = { path = "./crates/tt", version = "0.0.0" } 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 } # local crates that aren't published to crates.io. These should not have versions. test-fixture = { path = "./crates/test-fixture" } -test-utils = { path = "./crates/test-utils" } # In-tree crates that are published separately and follow semver. See lib/README.md line-index = { version = "0.1.2" } |
