mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
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:
parent
e8dcde4955
commit
590bb44585
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue