Use rust_ini instead of serde_ini

serde_ini isn't very popular and doesn't strip quotes from the values
This commit is contained in:
Roey Darwish Dror
2019-05-16 15:29:35 +03:00
parent 9e89bfc84b
commit 763e8b84eb
3 changed files with 22 additions and 35 deletions

View File

@@ -25,7 +25,7 @@ walkdir = "2.2.7"
console = "0.7.5"
self_update_crate = { version = "0.5.1", optional = true, package = "self_update" }
lazy_static = "1.2.0"
serde_ini = "0.2.0"
rust-ini = "0.13.0"
[target.'cfg(unix)'.dependencies]
nix = "0.13.0"