From 676e82bb833dcf0e34f8d12e9f8a870ac92beae3 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 23 Jun 2020 17:01:44 +0200 Subject: Remove relative-path dependency --- crates/test_utils/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'crates/test_utils/Cargo.toml') 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 difference = "2.0.0" text-size = "1.0.0" serde_json = "1.0.48" -relative-path = "1.0.0" rustc-hash = "1.1.0" ra_cfg = { path = "../ra_cfg" } -stdx = { path = "../stdx" } \ No newline at end of file +stdx = { path = "../stdx" } -- cgit v1.2.3