Remove xdg dependency (#152)

It's not being used anymore.
This commit is contained in:
Danilo Bargen 2020-11-08 13:15:52 +01:00 committed by GitHub
commit 6d07e78613
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View file

@ -1274,7 +1274,6 @@ dependencies = [
"tempfile",
"toml",
"walkdir",
"xdg",
]
[[package]]

View file

@ -28,7 +28,6 @@ serde_derive = "1.0.21"
tar = "0.4.14"
toml = "0.5.1"
walkdir = "2.0.1"
xdg = "2.1.0"
[target.'cfg(not(windows))'.dependencies]
pager = "0.15"