aboutsummaryrefslogtreecommitdiff
path: root/crates/test_utils/Cargo.toml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2020-06-23 16:01:44 +0100
committerAleksey Kladov <[email protected]>2020-06-23 16:04:10 +0100
commit676e82bb833dcf0e34f8d12e9f8a870ac92beae3 (patch)
tree398a73948c3afcf4d4b4c93527c8af8566af34af /crates/test_utils/Cargo.toml
parent3e09dbba94de103d4d7a211ec578b049d0adc3c7 (diff)
Remove relative-path dependency
Diffstat (limited to 'crates/test_utils/Cargo.toml')
-rw-r--r--crates/test_utils/Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/crates/test_utils/Cargo.toml b/crates/test_utils/Cargo.toml
index 8840bf36a..afd2005f8 100644
--- a/crates/test_utils/Cargo.toml
+++ b/crates/test_utils/Cargo.toml
@@ -11,8 +11,7 @@ doctest = false
11difference = "2.0.0" 11difference = "2.0.0"
12text-size = "1.0.0" 12text-size = "1.0.0"
13serde_json = "1.0.48" 13serde_json = "1.0.48"
14relative-path = "1.0.0"
15rustc-hash = "1.1.0" 14rustc-hash = "1.1.0"
16 15
17ra_cfg = { path = "../ra_cfg" } 16ra_cfg = { path = "../ra_cfg" }
18stdx = { path = "../stdx" } \ No newline at end of file 17stdx = { path = "../stdx" }