Switch to maintained app_dirs2 (#124)

The app_dirs crate is no longer actively maintained. The app_dirs2 crate is a drop-in replacement.
This commit is contained in:
Kornel 2020-08-30 17:37:27 +01:00 committed by GitHub
commit 590bb44585
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ path = "src/main.rs"
[dependencies]
ansi_term = "0.12.0"
app_dirs = "1.2.1"
app_dirs = { version = "2", package = "app_dirs2" }
docopt = "1"
env_logger = { version = "0.7", optional = true }
flate2 = "1"