From f0edb93df2e282146e86174a5b129039cc6fce0a Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Sun, 30 Dec 2018 23:33:04 +0300 Subject: :arrow_up: tempdir --- crates/ra_lsp_server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_lsp_server/Cargo.toml') diff --git a/crates/ra_lsp_server/Cargo.toml b/crates/ra_lsp_server/Cargo.toml index 646df2497..b1a4cdaa1 100644 --- a/crates/ra_lsp_server/Cargo.toml +++ b/crates/ra_lsp_server/Cargo.toml @@ -35,6 +35,6 @@ gen_lsp_server = { path = "../gen_lsp_server" } ra_vfs = { path = "../ra_vfs" } [dev-dependencies] -tempdir = "0.3.7" +tempfile = "3" test_utils = { path = "../test_utils" } tools = { path = "../tools" } -- cgit v1.2.3