From 1c2e3efad531aa67a5656eaedf53fdb8fa9094f7 Mon Sep 17 00:00:00 2001 From: Simon Ochsenreither Date: Mon, 1 May 2023 00:01:53 +0200 Subject: [PATCH] Release 5.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27f3add..c4506be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dirs" -version = "5.0.0" +version = "5.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"