From 7835955bd9822a2fe49f70d05827fc3839f7d59e Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Mon, 24 Jun 2019 22:02:31 +0530 Subject: use better directory crate, use data_dir for history --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 1aafe11..25b849f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,4 +16,4 @@ rustyline = "4.1.0" clap = "2.32.0" radix_fmt = "1.0.0" lazy_static = "1.3.0" -dirs = "2.0.1" +directories = "2.0.1" -- cgit v1.2.3