Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit d1c9b29

Browse files
committed
Release dirs-rs 2.0.2
1 parent 910b356 commit d1c9b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dirs"
3-
version = "2.0.1"
3+
version = "2.0.2"
44
authors = ["Simon Ochsenreither <simon@ochsenreither.de>"]
55
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."
66
readme = "README.md"
@@ -11,4 +11,4 @@ keywords = ["xdg", "basedir", "app_dirs", "path", "folder"]
1111

1212
[dependencies]
1313
cfg-if = "0.1"
14-
dirs-sys = "0.3.3"
14+
dirs-sys = "0.3.4"

0 commit comments

Comments
 (0)