From d1c9b298df17b7d6ad4c5bc1f42b59888113d182 Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Sun, 28 Jul 2019 14:41:11 +0200 Subject: [PATCH] Release dirs-rs 2.0.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e0e72fa..8a230f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dirs" -version = "2.0.1" +version = "2.0.2" 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" @@ -11,4 +11,4 @@ keywords = ["xdg", "basedir", "app_dirs", "path", "folder"] [dependencies] cfg-if = "0.1" -dirs-sys = "0.3.3" +dirs-sys = "0.3.4"