xdg-mime: use crates version

This commit is contained in:
Gregory 2020-06-10 15:11:44 -04:00
parent d21d146f65
commit c8b51b9fc7
No known key found for this signature in database
GPG key ID: 2E44FAEEDC94B1E2
2 changed files with 3 additions and 2 deletions

3
Cargo.lock generated
View file

@ -1828,7 +1828,8 @@ checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
[[package]]
name = "xdg-mime"
version = "0.3.0"
source = "git+https://github.com/ebassi/xdg-mime-rs#68f9130f316a67c6fbce440698788b94b45380c5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "362780d5ed4fcb81db6460966be8cd691e48419caa84bb8a81063d2abdab7082"
dependencies = [
"dirs 2.0.2",
"glob",

View file

@ -21,11 +21,11 @@ mime = "0.3.16"
once_cell = "1.4.0"
regex = { version = "1.3.9", default-features = false, features = ["std"] }
mime-db = "0.1.5"
xdg-mime = { git = "https://github.com/ebassi/xdg-mime-rs" }
atty = "0.2.14"
notify-rust = "4.0.0"
confy = "0.4.0"
serde = "1.0.111"
xdg-mime = "0.3.0"
[profile.release]
opt-level=3