From 90eb39eec2c11d86d65de1779427e516ef0de56b Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Sat, 4 Jul 2020 19:54:45 +0200 Subject: [PATCH] =?UTF-8?q?Release=203.0.1=20=E2=80=93=20Drop=20cfg-if=20d?= =?UTF-8?q?ependency?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6802d55..fe0a79c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dirs" -version = "3.0.0" +version = "3.0.1" authors = ["Simon Ochsenreither "] description = "A tiny low-level library that provides platform-specific standard locations of directories for config, cache and other data on Linux, Windows, macOS and Redox by leveraging the mechanisms defined by the XDG base/user directory specifications on Linux, the Known Folder API on Windows, and the Standard Directory guidelines on macOS." readme = "README.md"