Skip to content

Commit

Permalink
Release dirs 2.0.1, depend on dirs-sys 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
soc committed May 30, 2019
1 parent 9b67721 commit eb4fe9d
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.0"
version = "2.0.1"
authors = ["Simon Ochsenreither <simon@ochsenreither.de>"]
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.1"
dirs-sys = "0.3.3"

0 comments on commit eb4fe9d

Please sign in to comment.