Skip to content

Commit

Permalink
Release dirs-rs 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soc committed Jul 28, 2019
1 parent 910b356 commit d1c9b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dirs"
version = "2.0.1"
version = "2.0.2"
authors = ["Simon Ochsenreither <[email protected]>"]
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"
Expand All @@ -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"

0 comments on commit d1c9b29

Please sign in to comment.